Shades of Neon Pink #FF5FC9
Tints of Neon Pink #FF5FC9
RGB
CMYK
RGB Variations
Color information
#FF5FC9 (or 0xFF5FC9) is known color: Neon Pink. HEX triplet: FF, 5F and C9. RGB value is (255,95,201). Sum of RGB (Red+Green+Blue) = 255+95+201=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 95 (37.5% from 255 or 17.24% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FC9 is #00A036. Grayscale: #9A9A9A. Windows color (decimal): -41015 or 13197311. OLE color: 13197311.
HSL color Cylindrical-coordinate representation of color #FF5FC9: hue angle of 320.25º 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 #FF5FC9 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 201 | - |
| CMYK | 0 | 0.63 | 0.21 | 0 |
| HSL | 320.25º | 1% | 0.69% | - |
| HSV(B) | 320.25º | 0.63% | 1% | - |
| XYZ | 55.87 | 33.66 | 58.81 | - |
| YUV | 154.92 | 154.01 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 201 | 0 | 0.63 | 0.21 | 0 | 320.25 | 1 | 0.69 |
| Hex | FF | 5F | C9 | 0 | 3F | 15 | 0 | 140 | 64 | 45 |
| Octal | 377 | 137 | 311 | 0 | 77 | 25 | 0 | 500 | 144 | 105 |
| Binary | 11111111 | 1011111 | 11001001 | 0 | 111111 | 10101 | 0 | 101000000 | 1100100 | 1000101 |
Color Harmonies of #FF5FC9
Complementary color
Monochromatic Colors of #FF5FC9
Black with #FF5FC9
Text Example
Text Example
White with #FF5FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FC9; }
p { color: rgb(255,95,201); }
H1.HeaderClassName
{
color: #FF5FC9;
}
.AnyTagClassName
{
color: #FF5FC9;
}
</style>
background-color css
<style>
a { background-color: #FF5FC9; }
a { background-color: rgb(255,95,201); }
div.DivClassName
{
background-color: #FF5FC9;
}
.BgClassName
{
background-color: #FF5FC9;
}
</style>
border-color css
<style>
span { border-color: #FF5FC9; }
span { border-color: rgb(255,95,201); }
td.TdClassName
{
border-color: #FF5FC9;
}
.TagClassName
{
border-color: #FF5FC9;
}
</style>