Shades of Neon Pink #EF62C9
Tints of Neon Pink #EF62C9
RGB
CMYK
RGB Variations
Color information
#EF62C9 (or 0xEF62C9) is known color: Neon Pink. HEX triplet: EF, 62 and C9. RGB value is (239,98,201). Sum of RGB (Red+Green+Blue) = 239+98+201=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 98 (38.67% from 255 or 18.22% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF62C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF62C9 is #109D36. Grayscale: #979797. Windows color (decimal): -1088823 or 13198063. OLE color: 13198063.
HSL color Cylindrical-coordinate representation of color #EF62C9: hue angle of 316.17º 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 #EF62C9 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 201 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.06 |
| HSL | 316.17º | 0.82% | 0.66% | - |
| HSV(B) | 316.17º | 0.59% | 0.94% | - |
| XYZ | 50.51 | 31.3 | 58.64 | - |
| YUV | 151.9 | 155.71 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 201 | 0 | 0.59 | 0.16 | 0.06 | 316.17 | 0.82 | 0.66 |
| Hex | EF | 62 | C9 | 0 | 3B | 10 | 6 | 13C | 52 | 42 |
| Octal | 357 | 142 | 311 | 0 | 73 | 20 | 6 | 474 | 122 | 102 |
| Binary | 11101111 | 1100010 | 11001001 | 0 | 111011 | 10000 | 110 | 100111100 | 1010010 | 1000010 |
Color Harmonies of #EF62C9
Complementary color
Monochromatic Colors of #EF62C9
Black with #EF62C9
Text Example
Text Example
White with #EF62C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF62C9; }
p { color: rgb(239,98,201); }
H1.HeaderClassName
{
color: #EF62C9;
}
.AnyTagClassName
{
color: #EF62C9;
}
</style>
background-color css
<style>
a { background-color: #EF62C9; }
a { background-color: rgb(239,98,201); }
div.DivClassName
{
background-color: #EF62C9;
}
.BgClassName
{
background-color: #EF62C9;
}
</style>
border-color css
<style>
span { border-color: #EF62C9; }
span { border-color: rgb(239,98,201); }
td.TdClassName
{
border-color: #EF62C9;
}
.TagClassName
{
border-color: #EF62C9;
}
</style>