Shades of Neon Pink #EF59C2
Tints of Neon Pink #EF59C2
RGB
CMYK
RGB Variations
Color information
#EF59C2 (or 0xEF59C2) is known color: Neon Pink. HEX triplet: EF, 59 and C2. RGB value is (239,89,194). Sum of RGB (Red+Green+Blue) = 239+89+194=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF59C2 is #10A63D. Grayscale: #919191. Windows color (decimal): -1091134 or 12737007. OLE color: 12737007.
HSL color Cylindrical-coordinate representation of color #EF59C2: hue angle of 318º 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 #EF59C2 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 194 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.06 |
| HSL | 318º | 0.82% | 0.64% | - |
| HSV(B) | 318º | 0.63% | 0.94% | - |
| XYZ | 48.91 | 29.39 | 54.13 | - |
| YUV | 145.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 194 | 0 | 0.63 | 0.19 | 0.06 | 318 | 0.82 | 0.64 |
| Hex | EF | 59 | C2 | 0 | 3F | 13 | 6 | 13E | 52 | 40 |
| Octal | 357 | 131 | 302 | 0 | 77 | 23 | 6 | 476 | 122 | 100 |
| Binary | 11101111 | 1011001 | 11000010 | 0 | 111111 | 10011 | 110 | 100111110 | 1010010 | 1000000 |
Color Harmonies of #EF59C2
Complementary color
Monochromatic Colors of #EF59C2
Black with #EF59C2
Text Example
Text Example
White with #EF59C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF59C2; }
p { color: rgb(239,89,194); }
H1.HeaderClassName
{
color: #EF59C2;
}
.AnyTagClassName
{
color: #EF59C2;
}
</style>
background-color css
<style>
a { background-color: #EF59C2; }
a { background-color: rgb(239,89,194); }
div.DivClassName
{
background-color: #EF59C2;
}
.BgClassName
{
background-color: #EF59C2;
}
</style>
border-color css
<style>
span { border-color: #EF59C2; }
span { border-color: rgb(239,89,194); }
td.TdClassName
{
border-color: #EF59C2;
}
.TagClassName
{
border-color: #EF59C2;
}
</style>