Shades of Neon Pink #F55DCB
Tints of Neon Pink #F55DCB
RGB
CMYK
RGB Variations
Color information
#F55DCB (or 0xF55DCB) is known color: Neon Pink. HEX triplet: F5, 5D and CB. RGB value is (245,93,203). Sum of RGB (Red+Green+Blue) = 245+93+203=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 93 (36.72% from 255 or 17.19% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F55DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55DCB is #0AA234. Grayscale: #969696. Windows color (decimal): -696885 or 13327861. OLE color: 13327861.
HSL color Cylindrical-coordinate representation of color #F55DCB: hue angle of 316.58º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55DCB is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 203 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.04 |
| HSL | 316.58º | 0.88% | 0.66% | - |
| HSV(B) | 316.58º | 0.62% | 0.96% | - |
| XYZ | 52.35 | 31.55 | 59.83 | - |
| YUV | 150.99 | 157.36 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 203 | 0 | 0.62 | 0.17 | 0.04 | 316.58 | 0.88 | 0.66 |
| Hex | F5 | 5D | CB | 0 | 3E | 11 | 4 | 13D | 58 | 42 |
| Octal | 365 | 135 | 313 | 0 | 76 | 21 | 4 | 475 | 130 | 102 |
| Binary | 11110101 | 1011101 | 11001011 | 0 | 111110 | 10001 | 100 | 100111101 | 1011000 | 1000010 |
Color Harmonies of #F55DCB
Complementary color
Monochromatic Colors of #F55DCB
Black with #F55DCB
Text Example
Text Example
White with #F55DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55DCB; }
p { color: rgb(245,93,203); }
H1.HeaderClassName
{
color: #F55DCB;
}
.AnyTagClassName
{
color: #F55DCB;
}
</style>
background-color css
<style>
a { background-color: #F55DCB; }
a { background-color: rgb(245,93,203); }
div.DivClassName
{
background-color: #F55DCB;
}
.BgClassName
{
background-color: #F55DCB;
}
</style>
border-color css
<style>
span { border-color: #F55DCB; }
span { border-color: rgb(245,93,203); }
td.TdClassName
{
border-color: #F55DCB;
}
.TagClassName
{
border-color: #F55DCB;
}
</style>