Shades of Neon Pink #FF5FD0
Tints of Neon Pink #FF5FD0
RGB
CMYK
RGB Variations
Color information
#FF5FD0 (or 0xFF5FD0) is known color: Neon Pink. HEX triplet: FF, 5F and D0. RGB value is (255,95,208). Sum of RGB (Red+Green+Blue) = 255+95+208=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 95 (37.5% from 255 or 17.03% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FD0 is #00A02F. Grayscale: #9B9B9B. Windows color (decimal): -41008 or 13656063. OLE color: 13656063.
HSL color Cylindrical-coordinate representation of color #FF5FD0: hue angle of 317.62º 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 #FF5FD0 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 208 | - |
| CMYK | 0 | 0.63 | 0.18 | 0 |
| HSL | 317.63º | 1% | 0.69% | - |
| HSV(B) | 317.63º | 0.63% | 1% | - |
| XYZ | 56.72 | 34 | 63.25 | - |
| YUV | 155.72 | 157.51 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 208 | 0 | 0.63 | 0.18 | 0 | 317.63 | 1 | 0.69 |
| Hex | FF | 5F | D0 | 0 | 3F | 12 | 0 | 13E | 64 | 45 |
| Octal | 377 | 137 | 320 | 0 | 77 | 22 | 0 | 476 | 144 | 105 |
| Binary | 11111111 | 1011111 | 11010000 | 0 | 111111 | 10010 | 0 | 100111110 | 1100100 | 1000101 |
Color Harmonies of #FF5FD0
Complementary color
Monochromatic Colors of #FF5FD0
Black with #FF5FD0
Text Example
Text Example
White with #FF5FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FD0; }
p { color: rgb(255,95,208); }
H1.HeaderClassName
{
color: #FF5FD0;
}
.AnyTagClassName
{
color: #FF5FD0;
}
</style>
background-color css
<style>
a { background-color: #FF5FD0; }
a { background-color: rgb(255,95,208); }
div.DivClassName
{
background-color: #FF5FD0;
}
.BgClassName
{
background-color: #FF5FD0;
}
</style>
border-color css
<style>
span { border-color: #FF5FD0; }
span { border-color: rgb(255,95,208); }
td.TdClassName
{
border-color: #FF5FD0;
}
.TagClassName
{
border-color: #FF5FD0;
}
</style>