Shades of Neon Pink #EC6FCC
Tints of Neon Pink #EC6FCC
RGB
CMYK
RGB Variations
Color information
#EC6FCC (or 0xEC6FCC) is known color: Neon Pink. HEX triplet: EC, 6F and CC. RGB value is (236,111,204). Sum of RGB (Red+Green+Blue) = 236+111+204=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FCC is #139033. Grayscale: #9E9E9E. Windows color (decimal): -1282100 or 13397996. OLE color: 13397996.
HSL color Cylindrical-coordinate representation of color #EC6FCC: hue angle of 315.36º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6FCC is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 204 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.07 |
| HSL | 315.36º | 0.77% | 0.68% | - |
| HSV(B) | 315.36º | 0.53% | 0.93% | - |
| XYZ | 51.18 | 33.56 | 60.91 | - |
| YUV | 158.98 | 153.41 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 204 | 0 | 0.53 | 0.14 | 0.07 | 315.36 | 0.77 | 0.68 |
| Hex | EC | 6F | CC | 0 | 35 | E | 7 | 13B | 4D | 44 |
| Octal | 354 | 157 | 314 | 0 | 65 | 16 | 7 | 473 | 115 | 104 |
| Binary | 11101100 | 1101111 | 11001100 | 0 | 110101 | 1110 | 111 | 100111011 | 1001101 | 1000100 |
Color Harmonies of #EC6FCC
Complementary color
Monochromatic Colors of #EC6FCC
Black with #EC6FCC
Text Example
Text Example
White with #EC6FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FCC; }
p { color: rgb(236,111,204); }
H1.HeaderClassName
{
color: #EC6FCC;
}
.AnyTagClassName
{
color: #EC6FCC;
}
</style>
background-color css
<style>
a { background-color: #EC6FCC; }
a { background-color: rgb(236,111,204); }
div.DivClassName
{
background-color: #EC6FCC;
}
.BgClassName
{
background-color: #EC6FCC;
}
</style>
border-color css
<style>
span { border-color: #EC6FCC; }
span { border-color: rgb(236,111,204); }
td.TdClassName
{
border-color: #EC6FCC;
}
.TagClassName
{
border-color: #EC6FCC;
}
</style>