Shades of Neon Pink #EC6FC3
Tints of Neon Pink #EC6FC3
RGB
CMYK
RGB Variations
Color information
#EC6FC3 (or 0xEC6FC3) is known color: Neon Pink. HEX triplet: EC, 6F and C3. RGB value is (236,111,195). Sum of RGB (Red+Green+Blue) = 236+111+195=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FC3 is #13903C. Grayscale: #9D9D9D. Windows color (decimal): -1282109 or 12808172. OLE color: 12808172.
HSL color Cylindrical-coordinate representation of color #EC6FC3: hue angle of 319.68º 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 #EC6FC3 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 195 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.07 |
| HSL | 319.68º | 0.77% | 0.68% | - |
| HSV(B) | 319.68º | 0.53% | 0.93% | - |
| XYZ | 50.13 | 33.14 | 55.38 | - |
| YUV | 157.95 | 148.91 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 195 | 0 | 0.53 | 0.17 | 0.07 | 319.68 | 0.77 | 0.68 |
| Hex | EC | 6F | C3 | 0 | 35 | 11 | 7 | 140 | 4D | 44 |
| Octal | 354 | 157 | 303 | 0 | 65 | 21 | 7 | 500 | 115 | 104 |
| Binary | 11101100 | 1101111 | 11000011 | 0 | 110101 | 10001 | 111 | 101000000 | 1001101 | 1000100 |
Color Harmonies of #EC6FC3
Complementary color
Monochromatic Colors of #EC6FC3
Black with #EC6FC3
Text Example
Text Example
White with #EC6FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FC3; }
p { color: rgb(236,111,195); }
H1.HeaderClassName
{
color: #EC6FC3;
}
.AnyTagClassName
{
color: #EC6FC3;
}
</style>
background-color css
<style>
a { background-color: #EC6FC3; }
a { background-color: rgb(236,111,195); }
div.DivClassName
{
background-color: #EC6FC3;
}
.BgClassName
{
background-color: #EC6FC3;
}
</style>
border-color css
<style>
span { border-color: #EC6FC3; }
span { border-color: rgb(236,111,195); }
td.TdClassName
{
border-color: #EC6FC3;
}
.TagClassName
{
border-color: #EC6FC3;
}
</style>