Shades of Neon Pink #FF5CC9
Tints of Neon Pink #FF5CC9
RGB
CMYK
RGB Variations
Color information
#FF5CC9 (or 0xFF5CC9) is known color: Neon Pink. HEX triplet: FF, 5C and C9. RGB value is (255,92,201). Sum of RGB (Red+Green+Blue) = 255+92+201=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 92 (36.33% from 255 or 16.79% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5CC9 is #00A336. Grayscale: #989898. Windows color (decimal): -41783 or 13196543. OLE color: 13196543.
HSL color Cylindrical-coordinate representation of color #FF5CC9: hue angle of 319.88º 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 #FF5CC9 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 201 | - |
| CMYK | 0 | 0.64 | 0.21 | 0 |
| HSL | 319.88º | 1% | 0.68% | - |
| HSV(B) | 319.88º | 0.64% | 1% | - |
| XYZ | 55.61 | 33.13 | 58.72 | - |
| YUV | 153.16 | 155 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 201 | 0 | 0.64 | 0.21 | 0 | 319.88 | 1 | 0.68 |
| Hex | FF | 5C | C9 | 0 | 40 | 15 | 0 | 140 | 64 | 44 |
| Octal | 377 | 134 | 311 | 0 | 100 | 25 | 0 | 500 | 144 | 104 |
| Binary | 11111111 | 1011100 | 11001001 | 0 | 1000000 | 10101 | 0 | 101000000 | 1100100 | 1000100 |
Color Harmonies of #FF5CC9
Complementary color
Monochromatic Colors of #FF5CC9
Black with #FF5CC9
Text Example
Text Example
White with #FF5CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5CC9; }
p { color: rgb(255,92,201); }
H1.HeaderClassName
{
color: #FF5CC9;
}
.AnyTagClassName
{
color: #FF5CC9;
}
</style>
background-color css
<style>
a { background-color: #FF5CC9; }
a { background-color: rgb(255,92,201); }
div.DivClassName
{
background-color: #FF5CC9;
}
.BgClassName
{
background-color: #FF5CC9;
}
</style>
border-color css
<style>
span { border-color: #FF5CC9; }
span { border-color: rgb(255,92,201); }
td.TdClassName
{
border-color: #FF5CC9;
}
.TagClassName
{
border-color: #FF5CC9;
}
</style>