Shades of Neon Pink #EB64C5
Tints of Neon Pink #EB64C5
RGB
CMYK
RGB Variations
Color information
#EB64C5 (or 0xEB64C5) is known color: Neon Pink. HEX triplet: EB, 64 and C5. RGB value is (235,100,197). Sum of RGB (Red+Green+Blue) = 235+100+197=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 100 (39.45% from 255 or 18.80% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB64C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB64C5 is #149B3A. Grayscale: #979797. Windows color (decimal): -1350459 or 12936427. OLE color: 12936427.
HSL color Cylindrical-coordinate representation of color #EB64C5: hue angle of 316.89º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB64C5 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 100 | 197 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.08 |
| HSL | 316.89º | 0.77% | 0.66% | - |
| HSV(B) | 316.89º | 0.57% | 0.92% | - |
| XYZ | 48.9 | 30.81 | 56.19 | - |
| YUV | 151.42 | 153.73 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 100 | 197 | 0 | 0.57 | 0.16 | 0.08 | 316.89 | 0.77 | 0.66 |
| Hex | EB | 64 | C5 | 0 | 39 | 10 | 8 | 13D | 4D | 42 |
| Octal | 353 | 144 | 305 | 0 | 71 | 20 | 10 | 475 | 115 | 102 |
| Binary | 11101011 | 1100100 | 11000101 | 0 | 111001 | 10000 | 1000 | 100111101 | 1001101 | 1000010 |
Color Harmonies of #EB64C5
Complementary color
Monochromatic Colors of #EB64C5
Black with #EB64C5
Text Example
Text Example
White with #EB64C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB64C5; }
p { color: rgb(235,100,197); }
H1.HeaderClassName
{
color: #EB64C5;
}
.AnyTagClassName
{
color: #EB64C5;
}
</style>
background-color css
<style>
a { background-color: #EB64C5; }
a { background-color: rgb(235,100,197); }
div.DivClassName
{
background-color: #EB64C5;
}
.BgClassName
{
background-color: #EB64C5;
}
</style>
border-color css
<style>
span { border-color: #EB64C5; }
span { border-color: rgb(235,100,197); }
td.TdClassName
{
border-color: #EB64C5;
}
.TagClassName
{
border-color: #EB64C5;
}
</style>