Shades of Neon Pink #FF55C9
Tints of Neon Pink #FF55C9
RGB
CMYK
RGB Variations
Color information
#FF55C9 (or 0xFF55C9) is known color: Neon Pink. HEX triplet: FF, 55 and C9. RGB value is (255,85,201). Sum of RGB (Red+Green+Blue) = 255+85+201=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 85 (33.59% from 255 or 15.71% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55C9 is #00AA36. Grayscale: #949494. Windows color (decimal): -43575 or 13194751. OLE color: 13194751.
HSL color Cylindrical-coordinate representation of color #FF55C9: hue angle of 319.06º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF55C9 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 201 | - |
| CMYK | 0 | 0.67 | 0.21 | 0 |
| HSL | 319.06º | 1% | 0.67% | - |
| HSV(B) | 319.06º | 0.67% | 1% | - |
| XYZ | 55.03 | 31.97 | 58.53 | - |
| YUV | 149.05 | 157.32 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 201 | 0 | 0.67 | 0.21 | 0 | 319.06 | 1 | 0.67 |
| Hex | FF | 55 | C9 | 0 | 43 | 15 | 0 | 13F | 64 | 43 |
| Octal | 377 | 125 | 311 | 0 | 103 | 25 | 0 | 477 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11001001 | 0 | 1000011 | 10101 | 0 | 100111111 | 1100100 | 1000011 |
Color Harmonies of #FF55C9
Complementary color
Monochromatic Colors of #FF55C9
Black with #FF55C9
Text Example
Text Example
White with #FF55C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55C9; }
p { color: rgb(255,85,201); }
H1.HeaderClassName
{
color: #FF55C9;
}
.AnyTagClassName
{
color: #FF55C9;
}
</style>
background-color css
<style>
a { background-color: #FF55C9; }
a { background-color: rgb(255,85,201); }
div.DivClassName
{
background-color: #FF55C9;
}
.BgClassName
{
background-color: #FF55C9;
}
</style>
border-color css
<style>
span { border-color: #FF55C9; }
span { border-color: rgb(255,85,201); }
td.TdClassName
{
border-color: #FF55C9;
}
.TagClassName
{
border-color: #FF55C9;
}
</style>