Shades of Neon Pink #EC59C0
Tints of Neon Pink #EC59C0
RGB
CMYK
RGB Variations
Color information
#EC59C0 (or 0xEC59C0) is known color: Neon Pink. HEX triplet: EC, 59 and C0. RGB value is (236,89,192). Sum of RGB (Red+Green+Blue) = 236+89+192=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 89 (35.16% from 255 or 17.21% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC59C0 is #13A63F. Grayscale: #909090. Windows color (decimal): -1287744 or 12605932. OLE color: 12605932.
HSL color Cylindrical-coordinate representation of color #EC59C0: hue angle of 317.96º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC59C0 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 192 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.07 |
| HSL | 317.96º | 0.79% | 0.64% | - |
| HSV(B) | 317.96º | 0.62% | 0.93% | - |
| XYZ | 47.68 | 28.78 | 52.91 | - |
| YUV | 144.7 | 154.7 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 192 | 0 | 0.62 | 0.19 | 0.07 | 317.96 | 0.79 | 0.64 |
| Hex | EC | 59 | C0 | 0 | 3E | 13 | 7 | 13E | 4F | 40 |
| Octal | 354 | 131 | 300 | 0 | 76 | 23 | 7 | 476 | 117 | 100 |
| Binary | 11101100 | 1011001 | 11000000 | 0 | 111110 | 10011 | 111 | 100111110 | 1001111 | 1000000 |
Color Harmonies of #EC59C0
Complementary color
Monochromatic Colors of #EC59C0
Black with #EC59C0
Text Example
Text Example
White with #EC59C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC59C0; }
p { color: rgb(236,89,192); }
H1.HeaderClassName
{
color: #EC59C0;
}
.AnyTagClassName
{
color: #EC59C0;
}
</style>
background-color css
<style>
a { background-color: #EC59C0; }
a { background-color: rgb(236,89,192); }
div.DivClassName
{
background-color: #EC59C0;
}
.BgClassName
{
background-color: #EC59C0;
}
</style>
border-color css
<style>
span { border-color: #EC59C0; }
span { border-color: rgb(236,89,192); }
td.TdClassName
{
border-color: #EC59C0;
}
.TagClassName
{
border-color: #EC59C0;
}
</style>