Shades of Neon Pink #EC66BF
Tints of Neon Pink #EC66BF
RGB
CMYK
RGB Variations
Color information
#EC66BF (or 0xEC66BF) is known color: Neon Pink. HEX triplet: EC, 66 and BF. RGB value is (236,102,191). Sum of RGB (Red+Green+Blue) = 236+102+191=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66BF is #139940. Grayscale: #979797. Windows color (decimal): -1284417 or 12543724. OLE color: 12543724.
HSL color Cylindrical-coordinate representation of color #EC66BF: hue angle of 320.15º 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 #EC66BF is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 191 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.07 |
| HSL | 320.15º | 0.78% | 0.66% | - |
| HSV(B) | 320.15º | 0.57% | 0.93% | - |
| XYZ | 48.75 | 31.1 | 52.72 | - |
| YUV | 152.21 | 149.89 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 191 | 0 | 0.57 | 0.19 | 0.07 | 320.15 | 0.78 | 0.66 |
| Hex | EC | 66 | BF | 0 | 39 | 13 | 7 | 140 | 4E | 42 |
| Octal | 354 | 146 | 277 | 0 | 71 | 23 | 7 | 500 | 116 | 102 |
| Binary | 11101100 | 1100110 | 10111111 | 0 | 111001 | 10011 | 111 | 101000000 | 1001110 | 1000010 |
Color Harmonies of #EC66BF
Complementary color
Monochromatic Colors of #EC66BF
Black with #EC66BF
Text Example
Text Example
White with #EC66BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66BF; }
p { color: rgb(236,102,191); }
H1.HeaderClassName
{
color: #EC66BF;
}
.AnyTagClassName
{
color: #EC66BF;
}
</style>
background-color css
<style>
a { background-color: #EC66BF; }
a { background-color: rgb(236,102,191); }
div.DivClassName
{
background-color: #EC66BF;
}
.BgClassName
{
background-color: #EC66BF;
}
</style>
border-color css
<style>
span { border-color: #EC66BF; }
span { border-color: rgb(236,102,191); }
td.TdClassName
{
border-color: #EC66BF;
}
.TagClassName
{
border-color: #EC66BF;
}
</style>