Shades of Neon Pink #EF61C0
Tints of Neon Pink #EF61C0
RGB
CMYK
RGB Variations
Color information
#EF61C0 (or 0xEF61C0) is known color: Neon Pink. HEX triplet: EF, 61 and C0. RGB value is (239,97,192). Sum of RGB (Red+Green+Blue) = 239+97+192=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF61C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF61C0 is #109E3F. Grayscale: #969696. Windows color (decimal): -1089088 or 12607983. OLE color: 12607983.
HSL color Cylindrical-coordinate representation of color #EF61C0: hue angle of 319.86º 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 #EF61C0 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 192 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.06 |
| HSL | 319.86º | 0.82% | 0.66% | - |
| HSV(B) | 319.86º | 0.59% | 0.94% | - |
| XYZ | 49.39 | 30.71 | 53.19 | - |
| YUV | 150.29 | 151.54 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 192 | 0 | 0.59 | 0.20 | 0.06 | 319.86 | 0.82 | 0.66 |
| Hex | EF | 61 | C0 | 0 | 3B | 14 | 6 | 140 | 52 | 42 |
| Octal | 357 | 141 | 300 | 0 | 73 | 24 | 6 | 500 | 122 | 102 |
| Binary | 11101111 | 1100001 | 11000000 | 0 | 111011 | 10100 | 110 | 101000000 | 1010010 | 1000010 |
Color Harmonies of #EF61C0
Complementary color
Monochromatic Colors of #EF61C0
Black with #EF61C0
Text Example
Text Example
White with #EF61C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF61C0; }
p { color: rgb(239,97,192); }
H1.HeaderClassName
{
color: #EF61C0;
}
.AnyTagClassName
{
color: #EF61C0;
}
</style>
background-color css
<style>
a { background-color: #EF61C0; }
a { background-color: rgb(239,97,192); }
div.DivClassName
{
background-color: #EF61C0;
}
.BgClassName
{
background-color: #EF61C0;
}
</style>
border-color css
<style>
span { border-color: #EF61C0; }
span { border-color: rgb(239,97,192); }
td.TdClassName
{
border-color: #EF61C0;
}
.TagClassName
{
border-color: #EF61C0;
}
</style>