Shades of Neon Pink #EB60C0
Tints of Neon Pink #EB60C0
RGB
CMYK
RGB Variations
Color information
#EB60C0 (or 0xEB60C0) is known color: Neon Pink. HEX triplet: EB, 60 and C0. RGB value is (235,96,192). Sum of RGB (Red+Green+Blue) = 235+96+192=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EB60C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB60C0 is #149F3F. Grayscale: #949494. Windows color (decimal): -1351488 or 12607723. OLE color: 12607723.
HSL color Cylindrical-coordinate representation of color #EB60C0: hue angle of 318.56º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EB60C0 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 96 | 192 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.08 |
| HSL | 318.56º | 0.78% | 0.65% | - |
| HSV(B) | 318.56º | 0.59% | 0.92% | - |
| XYZ | 47.96 | 29.83 | 53.1 | - |
| YUV | 148.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 96 | 192 | 0 | 0.59 | 0.18 | 0.08 | 318.56 | 0.78 | 0.65 |
| Hex | EB | 60 | C0 | 0 | 3B | 12 | 8 | 13F | 4E | 41 |
| Octal | 353 | 140 | 300 | 0 | 73 | 22 | 10 | 477 | 116 | 101 |
| Binary | 11101011 | 1100000 | 11000000 | 0 | 111011 | 10010 | 1000 | 100111111 | 1001110 | 1000001 |
Color Harmonies of #EB60C0
Complementary color
Monochromatic Colors of #EB60C0
Black with #EB60C0
Text Example
Text Example
White with #EB60C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB60C0; }
p { color: rgb(235,96,192); }
H1.HeaderClassName
{
color: #EB60C0;
}
.AnyTagClassName
{
color: #EB60C0;
}
</style>
background-color css
<style>
a { background-color: #EB60C0; }
a { background-color: rgb(235,96,192); }
div.DivClassName
{
background-color: #EB60C0;
}
.BgClassName
{
background-color: #EB60C0;
}
</style>
border-color css
<style>
span { border-color: #EB60C0; }
span { border-color: rgb(235,96,192); }
td.TdClassName
{
border-color: #EB60C0;
}
.TagClassName
{
border-color: #EB60C0;
}
</style>