Shades of Neon Pink #EC66C5
Tints of Neon Pink #EC66C5
RGB
CMYK
RGB Variations
Color information
#EC66C5 (or 0xEC66C5) is known color: Neon Pink. HEX triplet: EC, 66 and C5. RGB value is (236,102,197). Sum of RGB (Red+Green+Blue) = 236+102+197=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66C5 is #13993A. Grayscale: #989898. Windows color (decimal): -1284411 or 12936940. OLE color: 12936940.
HSL color Cylindrical-coordinate representation of color #EC66C5: hue angle of 317.46º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC66C5 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 197 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.07 |
| HSL | 317.46º | 0.78% | 0.66% | - |
| HSV(B) | 317.46º | 0.57% | 0.93% | - |
| XYZ | 49.42 | 31.37 | 56.27 | - |
| YUV | 152.9 | 152.89 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 197 | 0 | 0.57 | 0.17 | 0.07 | 317.46 | 0.78 | 0.66 |
| Hex | EC | 66 | C5 | 0 | 39 | 11 | 7 | 13D | 4E | 42 |
| Octal | 354 | 146 | 305 | 0 | 71 | 21 | 7 | 475 | 116 | 102 |
| Binary | 11101100 | 1100110 | 11000101 | 0 | 111001 | 10001 | 111 | 100111101 | 1001110 | 1000010 |
Color Harmonies of #EC66C5
Complementary color
Monochromatic Colors of #EC66C5
Black with #EC66C5
Text Example
Text Example
White with #EC66C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66C5; }
p { color: rgb(236,102,197); }
H1.HeaderClassName
{
color: #EC66C5;
}
.AnyTagClassName
{
color: #EC66C5;
}
</style>
background-color css
<style>
a { background-color: #EC66C5; }
a { background-color: rgb(236,102,197); }
div.DivClassName
{
background-color: #EC66C5;
}
.BgClassName
{
background-color: #EC66C5;
}
</style>
border-color css
<style>
span { border-color: #EC66C5; }
span { border-color: rgb(236,102,197); }
td.TdClassName
{
border-color: #EC66C5;
}
.TagClassName
{
border-color: #EC66C5;
}
</style>