Shades of Neon Pink #EC62C8
Tints of Neon Pink #EC62C8
RGB
CMYK
RGB Variations
Color information
#EC62C8 (or 0xEC62C8) is known color: Neon Pink. HEX triplet: EC, 62 and C8. RGB value is (236,98,200). Sum of RGB (Red+Green+Blue) = 236+98+200=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 98 (38.67% from 255 or 18.35% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC62C8 is #139D37. Grayscale: #969696. Windows color (decimal): -1285432 or 13132524. OLE color: 13132524.
HSL color Cylindrical-coordinate representation of color #EC62C8: hue angle of 315.65º 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 #EC62C8 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 200 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.07 |
| HSL | 315.65º | 0.78% | 0.65% | - |
| HSV(B) | 315.65º | 0.58% | 0.93% | - |
| XYZ | 49.39 | 30.74 | 57.97 | - |
| YUV | 150.89 | 155.72 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 200 | 0 | 0.58 | 0.15 | 0.07 | 315.65 | 0.78 | 0.65 |
| Hex | EC | 62 | C8 | 0 | 3A | F | 7 | 13C | 4E | 41 |
| Octal | 354 | 142 | 310 | 0 | 72 | 17 | 7 | 474 | 116 | 101 |
| Binary | 11101100 | 1100010 | 11001000 | 0 | 111010 | 1111 | 111 | 100111100 | 1001110 | 1000001 |
Color Harmonies of #EC62C8
Complementary color
Monochromatic Colors of #EC62C8
Black with #EC62C8
Text Example
Text Example
White with #EC62C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62C8; }
p { color: rgb(236,98,200); }
H1.HeaderClassName
{
color: #EC62C8;
}
.AnyTagClassName
{
color: #EC62C8;
}
</style>
background-color css
<style>
a { background-color: #EC62C8; }
a { background-color: rgb(236,98,200); }
div.DivClassName
{
background-color: #EC62C8;
}
.BgClassName
{
background-color: #EC62C8;
}
</style>
border-color css
<style>
span { border-color: #EC62C8; }
span { border-color: rgb(236,98,200); }
td.TdClassName
{
border-color: #EC62C8;
}
.TagClassName
{
border-color: #EC62C8;
}
</style>