Shades of Neon Pink #EC66C1
Tints of Neon Pink #EC66C1
RGB
CMYK
RGB Variations
Color information
#EC66C1 (or 0xEC66C1) is known color: Neon Pink. HEX triplet: EC, 66 and C1. RGB value is (236,102,193). Sum of RGB (Red+Green+Blue) = 236+102+193=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66C1 is #13993E. Grayscale: #989898. Windows color (decimal): -1284415 or 12674796. OLE color: 12674796.
HSL color Cylindrical-coordinate representation of color #EC66C1: hue angle of 319.25º 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 #EC66C1 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 193 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.07 |
| HSL | 319.25º | 0.78% | 0.66% | - |
| HSV(B) | 319.25º | 0.57% | 0.93% | - |
| XYZ | 48.97 | 31.19 | 53.89 | - |
| YUV | 152.44 | 150.89 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 193 | 0 | 0.57 | 0.18 | 0.07 | 319.25 | 0.78 | 0.66 |
| Hex | EC | 66 | C1 | 0 | 39 | 12 | 7 | 13F | 4E | 42 |
| Octal | 354 | 146 | 301 | 0 | 71 | 22 | 7 | 477 | 116 | 102 |
| Binary | 11101100 | 1100110 | 11000001 | 0 | 111001 | 10010 | 111 | 100111111 | 1001110 | 1000010 |
Color Harmonies of #EC66C1
Complementary color
Monochromatic Colors of #EC66C1
Black with #EC66C1
Text Example
Text Example
White with #EC66C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66C1; }
p { color: rgb(236,102,193); }
H1.HeaderClassName
{
color: #EC66C1;
}
.AnyTagClassName
{
color: #EC66C1;
}
</style>
background-color css
<style>
a { background-color: #EC66C1; }
a { background-color: rgb(236,102,193); }
div.DivClassName
{
background-color: #EC66C1;
}
.BgClassName
{
background-color: #EC66C1;
}
</style>
border-color css
<style>
span { border-color: #EC66C1; }
span { border-color: rgb(236,102,193); }
td.TdClassName
{
border-color: #EC66C1;
}
.TagClassName
{
border-color: #EC66C1;
}
</style>