Shades of Neon Pink #EB61C0
Tints of Neon Pink #EB61C0
RGB
CMYK
RGB Variations
Color information
#EB61C0 (or 0xEB61C0) is known color: Neon Pink. HEX triplet: EB, 61 and C0. RGB value is (235,97,192). Sum of RGB (Red+Green+Blue) = 235+97+192=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 97 (38.28% from 255 or 18.51% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EB61C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB61C0 is #149E3F. Grayscale: #949494. Windows color (decimal): -1351232 or 12607979. OLE color: 12607979.
HSL color Cylindrical-coordinate representation of color #EB61C0: hue angle of 318.7º 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 #EB61C0 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 97 | 192 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.08 |
| HSL | 318.7º | 0.78% | 0.65% | - |
| HSV(B) | 318.7º | 0.59% | 0.92% | - |
| XYZ | 48.05 | 30.02 | 53.13 | - |
| YUV | 149.09 | 152.22 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 97 | 192 | 0 | 0.59 | 0.18 | 0.08 | 318.7 | 0.78 | 0.65 |
| Hex | EB | 61 | C0 | 0 | 3B | 12 | 8 | 13F | 4E | 41 |
| Octal | 353 | 141 | 300 | 0 | 73 | 22 | 10 | 477 | 116 | 101 |
| Binary | 11101011 | 1100001 | 11000000 | 0 | 111011 | 10010 | 1000 | 100111111 | 1001110 | 1000001 |
Color Harmonies of #EB61C0
Complementary color
Monochromatic Colors of #EB61C0
Black with #EB61C0
Text Example
Text Example
White with #EB61C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB61C0; }
p { color: rgb(235,97,192); }
H1.HeaderClassName
{
color: #EB61C0;
}
.AnyTagClassName
{
color: #EB61C0;
}
</style>
background-color css
<style>
a { background-color: #EB61C0; }
a { background-color: rgb(235,97,192); }
div.DivClassName
{
background-color: #EB61C0;
}
.BgClassName
{
background-color: #EB61C0;
}
</style>
border-color css
<style>
span { border-color: #EB61C0; }
span { border-color: rgb(235,97,192); }
td.TdClassName
{
border-color: #EB61C0;
}
.TagClassName
{
border-color: #EB61C0;
}
</style>