Shades of Neon Pink #EB66C5
Tints of Neon Pink #EB66C5
RGB
CMYK
RGB Variations
Color information
#EB66C5 (or 0xEB66C5) is known color: Neon Pink. HEX triplet: EB, 66 and C5. RGB value is (235,102,197). Sum of RGB (Red+Green+Blue) = 235+102+197=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EB66C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB66C5 is #14993A. Grayscale: #989898. Windows color (decimal): -1349947 or 12936939. OLE color: 12936939.
HSL color Cylindrical-coordinate representation of color #EB66C5: hue angle of 317.14º 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 #EB66C5 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 102 | 197 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.08 |
| HSL | 317.14º | 0.77% | 0.66% | - |
| HSV(B) | 317.14º | 0.57% | 0.92% | - |
| XYZ | 49.09 | 31.2 | 56.26 | - |
| YUV | 152.6 | 153.06 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 102 | 197 | 0 | 0.57 | 0.16 | 0.08 | 317.14 | 0.77 | 0.66 |
| Hex | EB | 66 | C5 | 0 | 39 | 10 | 8 | 13D | 4D | 42 |
| Octal | 353 | 146 | 305 | 0 | 71 | 20 | 10 | 475 | 115 | 102 |
| Binary | 11101011 | 1100110 | 11000101 | 0 | 111001 | 10000 | 1000 | 100111101 | 1001101 | 1000010 |
Color Harmonies of #EB66C5
Complementary color
Monochromatic Colors of #EB66C5
Black with #EB66C5
Text Example
Text Example
White with #EB66C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB66C5; }
p { color: rgb(235,102,197); }
H1.HeaderClassName
{
color: #EB66C5;
}
.AnyTagClassName
{
color: #EB66C5;
}
</style>
background-color css
<style>
a { background-color: #EB66C5; }
a { background-color: rgb(235,102,197); }
div.DivClassName
{
background-color: #EB66C5;
}
.BgClassName
{
background-color: #EB66C5;
}
</style>
border-color css
<style>
span { border-color: #EB66C5; }
span { border-color: rgb(235,102,197); }
td.TdClassName
{
border-color: #EB66C5;
}
.TagClassName
{
border-color: #EB66C5;
}
</style>