Inspired from this example, I create this which doesn't work. Please check the complete code from here.
a.videolink:link, {
font-size: 50px;
font-family: Arial, Helvetica, sans-serif;
color: white;
mix-blend-mode: exclusion;
text-align: right;
width: 350px;
text-decoration: none;
}
<div style="position:fixed;left:150px;bottom:150px;">
<a id="videotittle" class="videolink" href="" target="_blank">
</a>
</div>