Shades of Neon Pink #EB60C1
Tints of Neon Pink #EB60C1
RGB
CMYK
RGB Variations
Color information
#EB60C1 (or 0xEB60C1) is known color: Neon Pink. HEX triplet: EB, 60 and C1. RGB value is (235,96,193). Sum of RGB (Red+Green+Blue) = 235+96+193=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EB60C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB60C1 is #149F3E. Grayscale: #949494. Windows color (decimal): -1351487 or 12673259. OLE color: 12673259.
HSL color Cylindrical-coordinate representation of color #EB60C1: hue angle of 318.13º 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 #EB60C1 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 96 | 193 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.08 |
| HSL | 318.13º | 0.78% | 0.65% | - |
| HSV(B) | 318.13º | 0.59% | 0.92% | - |
| XYZ | 48.07 | 29.88 | 53.69 | - |
| YUV | 148.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 96 | 193 | 0 | 0.59 | 0.18 | 0.08 | 318.13 | 0.78 | 0.65 |
| Hex | EB | 60 | C1 | 0 | 3B | 12 | 8 | 13E | 4E | 41 |
| Octal | 353 | 140 | 301 | 0 | 73 | 22 | 10 | 476 | 116 | 101 |
| Binary | 11101011 | 1100000 | 11000001 | 0 | 111011 | 10010 | 1000 | 100111110 | 1001110 | 1000001 |
Color Harmonies of #EB60C1
Complementary color
Monochromatic Colors of #EB60C1
Black with #EB60C1
Text Example
Text Example
White with #EB60C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB60C1; }
p { color: rgb(235,96,193); }
H1.HeaderClassName
{
color: #EB60C1;
}
.AnyTagClassName
{
color: #EB60C1;
}
</style>
background-color css
<style>
a { background-color: #EB60C1; }
a { background-color: rgb(235,96,193); }
div.DivClassName
{
background-color: #EB60C1;
}
.BgClassName
{
background-color: #EB60C1;
}
</style>
border-color css
<style>
span { border-color: #EB60C1; }
span { border-color: rgb(235,96,193); }
td.TdClassName
{
border-color: #EB60C1;
}
.TagClassName
{
border-color: #EB60C1;
}
</style>