Shades of Neon Pink #FF55CB
Tints of Neon Pink #FF55CB
RGB
CMYK
RGB Variations
Color information
#FF55CB (or 0xFF55CB) is known color: Neon Pink. HEX triplet: FF, 55 and CB. RGB value is (255,85,203). Sum of RGB (Red+Green+Blue) = 255+85+203=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 85 (33.59% from 255 or 15.65% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55CB is #00AA34. Grayscale: #949494. Windows color (decimal): -43573 or 13325823. OLE color: 13325823.
HSL color Cylindrical-coordinate representation of color #FF55CB: hue angle of 318.35º 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 #FF55CB is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 203 | - |
| CMYK | 0 | 0.67 | 0.20 | 0 |
| HSL | 318.35º | 1% | 0.67% | - |
| HSV(B) | 318.35º | 0.67% | 1% | - |
| XYZ | 55.27 | 32.07 | 59.78 | - |
| YUV | 149.28 | 158.32 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 203 | 0 | 0.67 | 0.20 | 0 | 318.35 | 1 | 0.67 |
| Hex | FF | 55 | CB | 0 | 43 | 14 | 0 | 13E | 64 | 43 |
| Octal | 377 | 125 | 313 | 0 | 103 | 24 | 0 | 476 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11001011 | 0 | 1000011 | 10100 | 0 | 100111110 | 1100100 | 1000011 |
Color Harmonies of #FF55CB
Complementary color
Monochromatic Colors of #FF55CB
Black with #FF55CB
Text Example
Text Example
White with #FF55CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55CB; }
p { color: rgb(255,85,203); }
H1.HeaderClassName
{
color: #FF55CB;
}
.AnyTagClassName
{
color: #FF55CB;
}
</style>
background-color css
<style>
a { background-color: #FF55CB; }
a { background-color: rgb(255,85,203); }
div.DivClassName
{
background-color: #FF55CB;
}
.BgClassName
{
background-color: #FF55CB;
}
</style>
border-color css
<style>
span { border-color: #FF55CB; }
span { border-color: rgb(255,85,203); }
td.TdClassName
{
border-color: #FF55CB;
}
.TagClassName
{
border-color: #FF55CB;
}
</style>