CSS Color Background

Fluorescent Pink

Pure CSS color background: #FF1493. Use this solid color for personal and commercial creative projects.

Preview

Fluorescent Pink solid color background preview (#FF1493)

Color value: #FF1493

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #FF1493; }

HTML Code

<section class="hero fluorescent-pink-bg"> <h2>Your content</h2> </section> <style> .fluorescent-pink-bg { background-color: #FF1493; } </style>