Shades of Neon Pink #EB64C7
Tints of Neon Pink #EB64C7
RGB
CMYK
RGB Variations
Color information
#EB64C7 (or 0xEB64C7) is known color: Neon Pink. HEX triplet: EB, 64 and C7. RGB value is (235,100,199). Sum of RGB (Red+Green+Blue) = 235+100+199=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EB64C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB64C7 is #149B38. Grayscale: #979797. Windows color (decimal): -1350457 or 13067499. OLE color: 13067499.
HSL color Cylindrical-coordinate representation of color #EB64C7: hue angle of 316º 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 #EB64C7 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 100 | 199 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.08 |
| HSL | 316º | 0.77% | 0.66% | - |
| HSV(B) | 316º | 0.57% | 0.92% | - |
| XYZ | 49.13 | 30.9 | 57.41 | - |
| YUV | 151.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 100 | 199 | 0 | 0.57 | 0.15 | 0.08 | 316 | 0.77 | 0.66 |
| Hex | EB | 64 | C7 | 0 | 39 | F | 8 | 13C | 4D | 42 |
| Octal | 353 | 144 | 307 | 0 | 71 | 17 | 10 | 474 | 115 | 102 |
| Binary | 11101011 | 1100100 | 11000111 | 0 | 111001 | 1111 | 1000 | 100111100 | 1001101 | 1000010 |
Color Harmonies of #EB64C7
Complementary color
Monochromatic Colors of #EB64C7
Black with #EB64C7
Text Example
Text Example
White with #EB64C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB64C7; }
p { color: rgb(235,100,199); }
H1.HeaderClassName
{
color: #EB64C7;
}
.AnyTagClassName
{
color: #EB64C7;
}
</style>
background-color css
<style>
a { background-color: #EB64C7; }
a { background-color: rgb(235,100,199); }
div.DivClassName
{
background-color: #EB64C7;
}
.BgClassName
{
background-color: #EB64C7;
}
</style>
border-color css
<style>
span { border-color: #EB64C7; }
span { border-color: rgb(235,100,199); }
td.TdClassName
{
border-color: #EB64C7;
}
.TagClassName
{
border-color: #EB64C7;
}
</style>