Shades of Neon Pink #EF62C2
Tints of Neon Pink #EF62C2
RGB
CMYK
RGB Variations
Color information
#EF62C2 (or 0xEF62C2) is known color: Neon Pink. HEX triplet: EF, 62 and C2. RGB value is (239,98,194). Sum of RGB (Red+Green+Blue) = 239+98+194=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 98 (38.67% from 255 or 18.46% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF62C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF62C2 is #109D3D. Grayscale: #969696. Windows color (decimal): -1088830 or 12739311. OLE color: 12739311.
HSL color Cylindrical-coordinate representation of color #EF62C2: hue angle of 319.15º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF62C2 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 194 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.06 |
| HSL | 319.15º | 0.82% | 0.66% | - |
| HSV(B) | 319.15º | 0.59% | 0.94% | - |
| XYZ | 49.7 | 30.98 | 54.4 | - |
| YUV | 151.1 | 152.21 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 194 | 0 | 0.59 | 0.19 | 0.06 | 319.15 | 0.82 | 0.66 |
| Hex | EF | 62 | C2 | 0 | 3B | 13 | 6 | 13F | 52 | 42 |
| Octal | 357 | 142 | 302 | 0 | 73 | 23 | 6 | 477 | 122 | 102 |
| Binary | 11101111 | 1100010 | 11000010 | 0 | 111011 | 10011 | 110 | 100111111 | 1010010 | 1000010 |
Color Harmonies of #EF62C2
Complementary color
Monochromatic Colors of #EF62C2
Black with #EF62C2
Text Example
Text Example
White with #EF62C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF62C2; }
p { color: rgb(239,98,194); }
H1.HeaderClassName
{
color: #EF62C2;
}
.AnyTagClassName
{
color: #EF62C2;
}
</style>
background-color css
<style>
a { background-color: #EF62C2; }
a { background-color: rgb(239,98,194); }
div.DivClassName
{
background-color: #EF62C2;
}
.BgClassName
{
background-color: #EF62C2;
}
</style>
border-color css
<style>
span { border-color: #EF62C2; }
span { border-color: rgb(239,98,194); }
td.TdClassName
{
border-color: #EF62C2;
}
.TagClassName
{
border-color: #EF62C2;
}
</style>