Shades of Neon Pink #EB73C6
Tints of Neon Pink #EB73C6
RGB
CMYK
RGB Variations
Color information
#EB73C6 (or 0xEB73C6) is known color: Neon Pink. HEX triplet: EB, 73 and C6. RGB value is (235,115,198). Sum of RGB (Red+Green+Blue) = 235+115+198=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB73C6 is #148C39. Grayscale: #A0A0A0. Windows color (decimal): -1346618 or 13005803. OLE color: 13005803.
HSL color Cylindrical-coordinate representation of color #EB73C6: hue angle of 318.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB73C6 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 115 | 198 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.08 |
| HSL | 318.5º | 0.75% | 0.69% | - |
| HSV(B) | 318.5º | 0.51% | 0.92% | - |
| XYZ | 50.58 | 34 | 57.32 | - |
| YUV | 160.34 | 149.26 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 115 | 198 | 0 | 0.51 | 0.16 | 0.08 | 318.5 | 0.75 | 0.69 |
| Hex | EB | 73 | C6 | 0 | 33 | 10 | 8 | 13E | 4B | 45 |
| Octal | 353 | 163 | 306 | 0 | 63 | 20 | 10 | 476 | 113 | 105 |
| Binary | 11101011 | 1110011 | 11000110 | 0 | 110011 | 10000 | 1000 | 100111110 | 1001011 | 1000101 |
Color Harmonies of #EB73C6
Complementary color
Monochromatic Colors of #EB73C6
Black with #EB73C6
Text Example
Text Example
White with #EB73C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB73C6; }
p { color: rgb(235,115,198); }
H1.HeaderClassName
{
color: #EB73C6;
}
.AnyTagClassName
{
color: #EB73C6;
}
</style>
background-color css
<style>
a { background-color: #EB73C6; }
a { background-color: rgb(235,115,198); }
div.DivClassName
{
background-color: #EB73C6;
}
.BgClassName
{
background-color: #EB73C6;
}
</style>
border-color css
<style>
span { border-color: #EB73C6; }
span { border-color: rgb(235,115,198); }
td.TdClassName
{
border-color: #EB73C6;
}
.TagClassName
{
border-color: #EB73C6;
}
</style>