Shades of Neon Pink #FF5DC9
Tints of Neon Pink #FF5DC9
RGB
CMYK
RGB Variations
Color information
#FF5DC9 (or 0xFF5DC9) is known color: Neon Pink. HEX triplet: FF, 5D and C9. RGB value is (255,93,201). Sum of RGB (Red+Green+Blue) = 255+93+201=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 93 (36.72% from 255 or 16.94% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DC9 is #00A236. Grayscale: #999999. Windows color (decimal): -41527 or 13196799. OLE color: 13196799.
HSL color Cylindrical-coordinate representation of color #FF5DC9: hue angle of 320º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5DC9 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 201 | - |
| CMYK | 0 | 0.64 | 0.21 | 0 |
| HSL | 320º | 1% | 0.68% | - |
| HSV(B) | 320º | 0.64% | 1% | - |
| XYZ | 55.7 | 33.31 | 58.75 | - |
| YUV | 153.75 | 154.67 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 201 | 0 | 0.64 | 0.21 | 0 | 320 | 1 | 0.68 |
| Hex | FF | 5D | C9 | 0 | 40 | 15 | 0 | 140 | 64 | 44 |
| Octal | 377 | 135 | 311 | 0 | 100 | 25 | 0 | 500 | 144 | 104 |
| Binary | 11111111 | 1011101 | 11001001 | 0 | 1000000 | 10101 | 0 | 101000000 | 1100100 | 1000100 |
Color Harmonies of #FF5DC9
Complementary color
Monochromatic Colors of #FF5DC9
Black with #FF5DC9
Text Example
Text Example
White with #FF5DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DC9; }
p { color: rgb(255,93,201); }
H1.HeaderClassName
{
color: #FF5DC9;
}
.AnyTagClassName
{
color: #FF5DC9;
}
</style>
background-color css
<style>
a { background-color: #FF5DC9; }
a { background-color: rgb(255,93,201); }
div.DivClassName
{
background-color: #FF5DC9;
}
.BgClassName
{
background-color: #FF5DC9;
}
</style>
border-color css
<style>
span { border-color: #FF5DC9; }
span { border-color: rgb(255,93,201); }
td.TdClassName
{
border-color: #FF5DC9;
}
.TagClassName
{
border-color: #FF5DC9;
}
</style>