Shades of Neon Pink #EC62C0
Tints of Neon Pink #EC62C0
RGB
CMYK
RGB Variations
Color information
#EC62C0 (or 0xEC62C0) is known color: Neon Pink. HEX triplet: EC, 62 and C0. RGB value is (236,98,192). Sum of RGB (Red+Green+Blue) = 236+98+192=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 98 (38.67% from 255 or 18.63% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC62C0 is #139D3F. Grayscale: #959595. Windows color (decimal): -1285440 or 12608236. OLE color: 12608236.
HSL color Cylindrical-coordinate representation of color #EC62C0: hue angle of 319.13º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC62C0 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 192 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.07 |
| HSL | 319.13º | 0.78% | 0.65% | - |
| HSV(B) | 319.13º | 0.58% | 0.93% | - |
| XYZ | 48.47 | 30.37 | 53.18 | - |
| YUV | 149.98 | 151.72 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 192 | 0 | 0.58 | 0.19 | 0.07 | 319.13 | 0.78 | 0.65 |
| Hex | EC | 62 | C0 | 0 | 3A | 13 | 7 | 13F | 4E | 41 |
| Octal | 354 | 142 | 300 | 0 | 72 | 23 | 7 | 477 | 116 | 101 |
| Binary | 11101100 | 1100010 | 11000000 | 0 | 111010 | 10011 | 111 | 100111111 | 1001110 | 1000001 |
Color Harmonies of #EC62C0
Complementary color
Monochromatic Colors of #EC62C0
Black with #EC62C0
Text Example
Text Example
White with #EC62C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62C0; }
p { color: rgb(236,98,192); }
H1.HeaderClassName
{
color: #EC62C0;
}
.AnyTagClassName
{
color: #EC62C0;
}
</style>
background-color css
<style>
a { background-color: #EC62C0; }
a { background-color: rgb(236,98,192); }
div.DivClassName
{
background-color: #EC62C0;
}
.BgClassName
{
background-color: #EC62C0;
}
</style>
border-color css
<style>
span { border-color: #EC62C0; }
span { border-color: rgb(236,98,192); }
td.TdClassName
{
border-color: #EC62C0;
}
.TagClassName
{
border-color: #EC62C0;
}
</style>