Shades of Neon Pink #EB70C0
Tints of Neon Pink #EB70C0
RGB
CMYK
RGB Variations
Color information
#EB70C0 (or 0xEB70C0) is known color: Neon Pink. HEX triplet: EB, 70 and C0. RGB value is (235,112,192). Sum of RGB (Red+Green+Blue) = 235+112+192=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EB70C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB70C0 is #148F3F. Grayscale: #9D9D9D. Windows color (decimal): -1347392 or 12611819. OLE color: 12611819.
HSL color Cylindrical-coordinate representation of color #EB70C0: hue angle of 320.98º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EB70C0 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 112 | 192 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.08 |
| HSL | 320.98º | 0.75% | 0.68% | - |
| HSV(B) | 320.98º | 0.52% | 0.92% | - |
| XYZ | 49.57 | 33.06 | 53.64 | - |
| YUV | 157.9 | 147.25 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 112 | 192 | 0 | 0.52 | 0.18 | 0.08 | 320.98 | 0.75 | 0.68 |
| Hex | EB | 70 | C0 | 0 | 34 | 12 | 8 | 141 | 4B | 44 |
| Octal | 353 | 160 | 300 | 0 | 64 | 22 | 10 | 501 | 113 | 104 |
| Binary | 11101011 | 1110000 | 11000000 | 0 | 110100 | 10010 | 1000 | 101000001 | 1001011 | 1000100 |
Color Harmonies of #EB70C0
Complementary color
Monochromatic Colors of #EB70C0
Black with #EB70C0
Text Example
Text Example
White with #EB70C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB70C0; }
p { color: rgb(235,112,192); }
H1.HeaderClassName
{
color: #EB70C0;
}
.AnyTagClassName
{
color: #EB70C0;
}
</style>
background-color css
<style>
a { background-color: #EB70C0; }
a { background-color: rgb(235,112,192); }
div.DivClassName
{
background-color: #EB70C0;
}
.BgClassName
{
background-color: #EB70C0;
}
</style>
border-color css
<style>
span { border-color: #EB70C0; }
span { border-color: rgb(235,112,192); }
td.TdClassName
{
border-color: #EB70C0;
}
.TagClassName
{
border-color: #EB70C0;
}
</style>