Shades of Neon Pink #EC62C1
Tints of Neon Pink #EC62C1
RGB
CMYK
RGB Variations
Color information
#EC62C1 (or 0xEC62C1) is known color: Neon Pink. HEX triplet: EC, 62 and C1. RGB value is (236,98,193). Sum of RGB (Red+Green+Blue) = 236+98+193=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC62C1 is #139D3E. Grayscale: #959595. Windows color (decimal): -1285439 or 12673772. OLE color: 12673772.
HSL color Cylindrical-coordinate representation of color #EC62C1: hue angle of 318.7º 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 #EC62C1 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 193 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.07 |
| HSL | 318.7º | 0.78% | 0.65% | - |
| HSV(B) | 318.7º | 0.58% | 0.93% | - |
| XYZ | 48.59 | 30.42 | 53.76 | - |
| YUV | 150.09 | 152.22 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 193 | 0 | 0.58 | 0.18 | 0.07 | 318.7 | 0.78 | 0.65 |
| Hex | EC | 62 | C1 | 0 | 3A | 12 | 7 | 13F | 4E | 41 |
| Octal | 354 | 142 | 301 | 0 | 72 | 22 | 7 | 477 | 116 | 101 |
| Binary | 11101100 | 1100010 | 11000001 | 0 | 111010 | 10010 | 111 | 100111111 | 1001110 | 1000001 |
Color Harmonies of #EC62C1
Complementary color
Monochromatic Colors of #EC62C1
Black with #EC62C1
Text Example
Text Example
White with #EC62C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62C1; }
p { color: rgb(236,98,193); }
H1.HeaderClassName
{
color: #EC62C1;
}
.AnyTagClassName
{
color: #EC62C1;
}
</style>
background-color css
<style>
a { background-color: #EC62C1; }
a { background-color: rgb(236,98,193); }
div.DivClassName
{
background-color: #EC62C1;
}
.BgClassName
{
background-color: #EC62C1;
}
</style>
border-color css
<style>
span { border-color: #EC62C1; }
span { border-color: rgb(236,98,193); }
td.TdClassName
{
border-color: #EC62C1;
}
.TagClassName
{
border-color: #EC62C1;
}
</style>