Shades of Neon Pink #EC62C6
Tints of Neon Pink #EC62C6
RGB
CMYK
RGB Variations
Color information
#EC62C6 (or 0xEC62C6) is known color: Neon Pink. HEX triplet: EC, 62 and C6. RGB value is (236,98,198). Sum of RGB (Red+Green+Blue) = 236+98+198=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 98 (38.67% from 255 or 18.42% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC62C6 is #139D39. Grayscale: #969696. Windows color (decimal): -1285434 or 13001452. OLE color: 13001452.
HSL color Cylindrical-coordinate representation of color #EC62C6: hue angle of 316.52º 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 #EC62C6 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 198 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.07 |
| HSL | 316.52º | 0.78% | 0.65% | - |
| HSV(B) | 316.52º | 0.58% | 0.93% | - |
| XYZ | 49.15 | 30.65 | 56.75 | - |
| YUV | 150.66 | 154.72 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 198 | 0 | 0.58 | 0.16 | 0.07 | 316.52 | 0.78 | 0.65 |
| Hex | EC | 62 | C6 | 0 | 3A | 10 | 7 | 13D | 4E | 41 |
| Octal | 354 | 142 | 306 | 0 | 72 | 20 | 7 | 475 | 116 | 101 |
| Binary | 11101100 | 1100010 | 11000110 | 0 | 111010 | 10000 | 111 | 100111101 | 1001110 | 1000001 |
Color Harmonies of #EC62C6
Complementary color
Monochromatic Colors of #EC62C6
Black with #EC62C6
Text Example
Text Example
White with #EC62C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62C6; }
p { color: rgb(236,98,198); }
H1.HeaderClassName
{
color: #EC62C6;
}
.AnyTagClassName
{
color: #EC62C6;
}
</style>
background-color css
<style>
a { background-color: #EC62C6; }
a { background-color: rgb(236,98,198); }
div.DivClassName
{
background-color: #EC62C6;
}
.BgClassName
{
background-color: #EC62C6;
}
</style>
border-color css
<style>
span { border-color: #EC62C6; }
span { border-color: rgb(236,98,198); }
td.TdClassName
{
border-color: #EC62C6;
}
.TagClassName
{
border-color: #EC62C6;
}
</style>