Shades of Neon Pink #FF55C8
Tints of Neon Pink #FF55C8
RGB
CMYK
RGB Variations
Color information
#FF55C8 (or 0xFF55C8) is known color: Neon Pink. HEX triplet: FF, 55 and C8. RGB value is (255,85,200). Sum of RGB (Red+Green+Blue) = 255+85+200=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 85 (33.59% from 255 or 15.74% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55C8 is #00AA37. Grayscale: #949494. Windows color (decimal): -43576 or 13129215. OLE color: 13129215.
HSL color Cylindrical-coordinate representation of color #FF55C8: hue angle of 319.41º 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 #FF55C8 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 200 | - |
| CMYK | 0 | 0.67 | 0.22 | 0 |
| HSL | 319.41º | 1% | 0.67% | - |
| HSV(B) | 319.41º | 0.67% | 1% | - |
| XYZ | 54.91 | 31.93 | 57.91 | - |
| YUV | 148.94 | 156.82 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 200 | 0 | 0.67 | 0.22 | 0 | 319.41 | 1 | 0.67 |
| Hex | FF | 55 | C8 | 0 | 43 | 16 | 0 | 13F | 64 | 43 |
| Octal | 377 | 125 | 310 | 0 | 103 | 26 | 0 | 477 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11001000 | 0 | 1000011 | 10110 | 0 | 100111111 | 1100100 | 1000011 |
Color Harmonies of #FF55C8
Complementary color
Monochromatic Colors of #FF55C8
Black with #FF55C8
Text Example
Text Example
White with #FF55C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55C8; }
p { color: rgb(255,85,200); }
H1.HeaderClassName
{
color: #FF55C8;
}
.AnyTagClassName
{
color: #FF55C8;
}
</style>
background-color css
<style>
a { background-color: #FF55C8; }
a { background-color: rgb(255,85,200); }
div.DivClassName
{
background-color: #FF55C8;
}
.BgClassName
{
background-color: #FF55C8;
}
</style>
border-color css
<style>
span { border-color: #FF55C8; }
span { border-color: rgb(255,85,200); }
td.TdClassName
{
border-color: #FF55C8;
}
.TagClassName
{
border-color: #FF55C8;
}
</style>