Shades of Neon Pink #FF5FD2
Tints of Neon Pink #FF5FD2
RGB
CMYK
RGB Variations
Color information
#FF5FD2 (or 0xFF5FD2) is known color: Neon Pink. HEX triplet: FF, 5F and D2. RGB value is (255,95,210). Sum of RGB (Red+Green+Blue) = 255+95+210=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 95 (37.5% from 255 or 16.96% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FD2 is #00A02D. Grayscale: #9B9B9B. Windows color (decimal): -41006 or 13787135. OLE color: 13787135.
HSL color Cylindrical-coordinate representation of color #FF5FD2: hue angle of 316.88º 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 #FF5FD2 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 210 | - |
| CMYK | 0 | 0.63 | 0.18 | 0 |
| HSL | 316.88º | 1% | 0.69% | - |
| HSV(B) | 316.88º | 0.63% | 1% | - |
| XYZ | 56.97 | 34.1 | 64.55 | - |
| YUV | 155.95 | 158.51 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 210 | 0 | 0.63 | 0.18 | 0 | 316.88 | 1 | 0.69 |
| Hex | FF | 5F | D2 | 0 | 3F | 12 | 0 | 13D | 64 | 45 |
| Octal | 377 | 137 | 322 | 0 | 77 | 22 | 0 | 475 | 144 | 105 |
| Binary | 11111111 | 1011111 | 11010010 | 0 | 111111 | 10010 | 0 | 100111101 | 1100100 | 1000101 |
Color Harmonies of #FF5FD2
Complementary color
Monochromatic Colors of #FF5FD2
Black with #FF5FD2
Text Example
Text Example
White with #FF5FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FD2; }
p { color: rgb(255,95,210); }
H1.HeaderClassName
{
color: #FF5FD2;
}
.AnyTagClassName
{
color: #FF5FD2;
}
</style>
background-color css
<style>
a { background-color: #FF5FD2; }
a { background-color: rgb(255,95,210); }
div.DivClassName
{
background-color: #FF5FD2;
}
.BgClassName
{
background-color: #FF5FD2;
}
</style>
border-color css
<style>
span { border-color: #FF5FD2; }
span { border-color: rgb(255,95,210); }
td.TdClassName
{
border-color: #FF5FD2;
}
.TagClassName
{
border-color: #FF5FD2;
}
</style>