Shades of Neon Pink #EC5FC0
Tints of Neon Pink #EC5FC0
RGB
CMYK
RGB Variations
Color information
#EC5FC0 (or 0xEC5FC0) is known color: Neon Pink. HEX triplet: EC, 5F and C0. RGB value is (236,95,192). Sum of RGB (Red+Green+Blue) = 236+95+192=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5FC0 is #13A03F. Grayscale: #939393. Windows color (decimal): -1286208 or 12607468. OLE color: 12607468.
HSL color Cylindrical-coordinate representation of color #EC5FC0: hue angle of 318.72º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5FC0 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 192 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.07 |
| HSL | 318.72º | 0.79% | 0.65% | - |
| HSV(B) | 318.72º | 0.6% | 0.93% | - |
| XYZ | 48.2 | 29.82 | 53.09 | - |
| YUV | 148.22 | 152.71 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 192 | 0 | 0.60 | 0.19 | 0.07 | 318.72 | 0.79 | 0.65 |
| Hex | EC | 5F | C0 | 0 | 3C | 13 | 7 | 13F | 4F | 41 |
| Octal | 354 | 137 | 300 | 0 | 74 | 23 | 7 | 477 | 117 | 101 |
| Binary | 11101100 | 1011111 | 11000000 | 0 | 111100 | 10011 | 111 | 100111111 | 1001111 | 1000001 |
Color Harmonies of #EC5FC0
Complementary color
Monochromatic Colors of #EC5FC0
Black with #EC5FC0
Text Example
Text Example
White with #EC5FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5FC0; }
p { color: rgb(236,95,192); }
H1.HeaderClassName
{
color: #EC5FC0;
}
.AnyTagClassName
{
color: #EC5FC0;
}
</style>
background-color css
<style>
a { background-color: #EC5FC0; }
a { background-color: rgb(236,95,192); }
div.DivClassName
{
background-color: #EC5FC0;
}
.BgClassName
{
background-color: #EC5FC0;
}
</style>
border-color css
<style>
span { border-color: #EC5FC0; }
span { border-color: rgb(236,95,192); }
td.TdClassName
{
border-color: #EC5FC0;
}
.TagClassName
{
border-color: #EC5FC0;
}
</style>