Shades of Neon Pink #F55ECB
Tints of Neon Pink #F55ECB
RGB
CMYK
RGB Variations
Color information
#F55ECB (or 0xF55ECB) is known color: Neon Pink. HEX triplet: F5, 5E and CB. RGB value is (245,94,203). Sum of RGB (Red+Green+Blue) = 245+94+203=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 94 (37.11% from 255 or 17.34% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F55ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55ECB is #0AA134. Grayscale: #979797. Windows color (decimal): -696629 or 13328117. OLE color: 13328117.
HSL color Cylindrical-coordinate representation of color #F55ECB: hue angle of 316.69º 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 #F55ECB is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 94 | 203 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.04 |
| HSL | 316.69º | 0.88% | 0.66% | - |
| HSV(B) | 316.69º | 0.62% | 0.96% | - |
| XYZ | 52.44 | 31.73 | 59.86 | - |
| YUV | 151.58 | 157.03 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 94 | 203 | 0 | 0.62 | 0.17 | 0.04 | 316.69 | 0.88 | 0.66 |
| Hex | F5 | 5E | CB | 0 | 3E | 11 | 4 | 13D | 58 | 42 |
| Octal | 365 | 136 | 313 | 0 | 76 | 21 | 4 | 475 | 130 | 102 |
| Binary | 11110101 | 1011110 | 11001011 | 0 | 111110 | 10001 | 100 | 100111101 | 1011000 | 1000010 |
Color Harmonies of #F55ECB
Complementary color
Monochromatic Colors of #F55ECB
Black with #F55ECB
Text Example
Text Example
White with #F55ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55ECB; }
p { color: rgb(245,94,203); }
H1.HeaderClassName
{
color: #F55ECB;
}
.AnyTagClassName
{
color: #F55ECB;
}
</style>
background-color css
<style>
a { background-color: #F55ECB; }
a { background-color: rgb(245,94,203); }
div.DivClassName
{
background-color: #F55ECB;
}
.BgClassName
{
background-color: #F55ECB;
}
</style>
border-color css
<style>
span { border-color: #F55ECB; }
span { border-color: rgb(245,94,203); }
td.TdClassName
{
border-color: #F55ECB;
}
.TagClassName
{
border-color: #F55ECB;
}
</style>