Shades of Neon Pink #EB59C0
Tints of Neon Pink #EB59C0
RGB
CMYK
RGB Variations
Color information
#EB59C0 (or 0xEB59C0) is known color: Neon Pink. HEX triplet: EB, 59 and C0. RGB value is (235,89,192). Sum of RGB (Red+Green+Blue) = 235+89+192=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB59C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB59C0 is #14A63F. Grayscale: #909090. Windows color (decimal): -1353280 or 12605931. OLE color: 12605931.
HSL color Cylindrical-coordinate representation of color #EB59C0: hue angle of 317.67º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB59C0 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 89 | 192 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.08 |
| HSL | 317.67º | 0.78% | 0.64% | - |
| HSV(B) | 317.67º | 0.62% | 0.92% | - |
| XYZ | 47.35 | 28.61 | 52.9 | - |
| YUV | 144.4 | 154.87 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 89 | 192 | 0 | 0.62 | 0.18 | 0.08 | 317.67 | 0.78 | 0.64 |
| Hex | EB | 59 | C0 | 0 | 3E | 12 | 8 | 13E | 4E | 40 |
| Octal | 353 | 131 | 300 | 0 | 76 | 22 | 10 | 476 | 116 | 100 |
| Binary | 11101011 | 1011001 | 11000000 | 0 | 111110 | 10010 | 1000 | 100111110 | 1001110 | 1000000 |
Color Harmonies of #EB59C0
Complementary color
Monochromatic Colors of #EB59C0
Black with #EB59C0
Text Example
Text Example
White with #EB59C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB59C0; }
p { color: rgb(235,89,192); }
H1.HeaderClassName
{
color: #EB59C0;
}
.AnyTagClassName
{
color: #EB59C0;
}
</style>
background-color css
<style>
a { background-color: #EB59C0; }
a { background-color: rgb(235,89,192); }
div.DivClassName
{
background-color: #EB59C0;
}
.BgClassName
{
background-color: #EB59C0;
}
</style>
border-color css
<style>
span { border-color: #EB59C0; }
span { border-color: rgb(235,89,192); }
td.TdClassName
{
border-color: #EB59C0;
}
.TagClassName
{
border-color: #EB59C0;
}
</style>