Shades of Neon Pink #EF59C5
Tints of Neon Pink #EF59C5
RGB
CMYK
RGB Variations
Color information
#EF59C5 (or 0xEF59C5) is known color: Neon Pink. HEX triplet: EF, 59 and C5. RGB value is (239,89,197). Sum of RGB (Red+Green+Blue) = 239+89+197=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF59C5 is #10A63A. Grayscale: #919191. Windows color (decimal): -1091131 or 12933615. OLE color: 12933615.
HSL color Cylindrical-coordinate representation of color #EF59C5: hue angle of 316.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 #EF59C5 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 197 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.06 |
| HSL | 316.8º | 0.82% | 0.64% | - |
| HSV(B) | 316.8º | 0.63% | 0.94% | - |
| XYZ | 49.25 | 29.53 | 55.93 | - |
| YUV | 146.16 | 156.7 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 197 | 0 | 0.63 | 0.18 | 0.06 | 316.8 | 0.82 | 0.64 |
| Hex | EF | 59 | C5 | 0 | 3F | 12 | 6 | 13D | 52 | 40 |
| Octal | 357 | 131 | 305 | 0 | 77 | 22 | 6 | 475 | 122 | 100 |
| Binary | 11101111 | 1011001 | 11000101 | 0 | 111111 | 10010 | 110 | 100111101 | 1010010 | 1000000 |
Color Harmonies of #EF59C5
Complementary color
Monochromatic Colors of #EF59C5
Black with #EF59C5
Text Example
Text Example
White with #EF59C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF59C5; }
p { color: rgb(239,89,197); }
H1.HeaderClassName
{
color: #EF59C5;
}
.AnyTagClassName
{
color: #EF59C5;
}
</style>
background-color css
<style>
a { background-color: #EF59C5; }
a { background-color: rgb(239,89,197); }
div.DivClassName
{
background-color: #EF59C5;
}
.BgClassName
{
background-color: #EF59C5;
}
</style>
border-color css
<style>
span { border-color: #EF59C5; }
span { border-color: rgb(239,89,197); }
td.TdClassName
{
border-color: #EF59C5;
}
.TagClassName
{
border-color: #EF59C5;
}
</style>