Shades of Neon Pink #FF5FD4
Tints of Neon Pink #FF5FD4
RGB
CMYK
RGB Variations
Color information
#FF5FD4 (or 0xFF5FD4) is known color: Neon Pink. HEX triplet: FF, 5F and D4. RGB value is (255,95,212). Sum of RGB (Red+Green+Blue) = 255+95+212=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 95 (37.5% from 255 or 16.90% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FD4 is #00A02B. Grayscale: #9B9B9B. Windows color (decimal): -41004 or 13918207. OLE color: 13918207.
HSL color Cylindrical-coordinate representation of color #FF5FD4: hue angle of 316.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5FD4 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 212 | - |
| CMYK | 0 | 0.63 | 0.17 | 0 |
| HSL | 316.13º | 1% | 0.69% | - |
| HSV(B) | 316.13º | 0.63% | 1% | - |
| XYZ | 57.22 | 34.2 | 65.87 | - |
| YUV | 156.18 | 159.51 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 212 | 0 | 0.63 | 0.17 | 0 | 316.13 | 1 | 0.69 |
| Hex | FF | 5F | D4 | 0 | 3F | 11 | 0 | 13C | 64 | 45 |
| Octal | 377 | 137 | 324 | 0 | 77 | 21 | 0 | 474 | 144 | 105 |
| Binary | 11111111 | 1011111 | 11010100 | 0 | 111111 | 10001 | 0 | 100111100 | 1100100 | 1000101 |
Color Harmonies of #FF5FD4
Complementary color
Monochromatic Colors of #FF5FD4
Black with #FF5FD4
Text Example
Text Example
White with #FF5FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FD4; }
p { color: rgb(255,95,212); }
H1.HeaderClassName
{
color: #FF5FD4;
}
.AnyTagClassName
{
color: #FF5FD4;
}
</style>
background-color css
<style>
a { background-color: #FF5FD4; }
a { background-color: rgb(255,95,212); }
div.DivClassName
{
background-color: #FF5FD4;
}
.BgClassName
{
background-color: #FF5FD4;
}
</style>
border-color css
<style>
span { border-color: #FF5FD4; }
span { border-color: rgb(255,95,212); }
td.TdClassName
{
border-color: #FF5FD4;
}
.TagClassName
{
border-color: #FF5FD4;
}
</style>