Shades of Neon Pink #EF59C0
Tints of Neon Pink #EF59C0
RGB
CMYK
RGB Variations
Color information
#EF59C0 (or 0xEF59C0) is known color: Neon Pink. HEX triplet: EF, 59 and C0. RGB value is (239,89,192). Sum of RGB (Red+Green+Blue) = 239+89+192=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF59C0 is #10A63F. Grayscale: #919191. Windows color (decimal): -1091136 or 12605935. OLE color: 12605935.
HSL color Cylindrical-coordinate representation of color #EF59C0: hue angle of 318.8º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF59C0 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 192 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.06 |
| HSL | 318.8º | 0.82% | 0.64% | - |
| HSV(B) | 318.8º | 0.63% | 0.94% | - |
| XYZ | 48.68 | 29.3 | 52.96 | - |
| YUV | 145.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 192 | 0 | 0.63 | 0.20 | 0.06 | 318.8 | 0.82 | 0.64 |
| Hex | EF | 59 | C0 | 0 | 3F | 14 | 6 | 13F | 52 | 40 |
| Octal | 357 | 131 | 300 | 0 | 77 | 24 | 6 | 477 | 122 | 100 |
| Binary | 11101111 | 1011001 | 11000000 | 0 | 111111 | 10100 | 110 | 100111111 | 1010010 | 1000000 |
Color Harmonies of #EF59C0
Complementary color
Monochromatic Colors of #EF59C0
Black with #EF59C0
Text Example
Text Example
White with #EF59C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF59C0; }
p { color: rgb(239,89,192); }
H1.HeaderClassName
{
color: #EF59C0;
}
.AnyTagClassName
{
color: #EF59C0;
}
</style>
background-color css
<style>
a { background-color: #EF59C0; }
a { background-color: rgb(239,89,192); }
div.DivClassName
{
background-color: #EF59C0;
}
.BgClassName
{
background-color: #EF59C0;
}
</style>
border-color css
<style>
span { border-color: #EF59C0; }
span { border-color: rgb(239,89,192); }
td.TdClassName
{
border-color: #EF59C0;
}
.TagClassName
{
border-color: #EF59C0;
}
</style>