Shades of Neon Pink #EC6FC5
Tints of Neon Pink #EC6FC5
RGB
CMYK
RGB Variations
Color information
#EC6FC5 (or 0xEC6FC5) is known color: Neon Pink. HEX triplet: EC, 6F and C5. RGB value is (236,111,197). Sum of RGB (Red+Green+Blue) = 236+111+197=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FC5 is #13903A. Grayscale: #9D9D9D. Windows color (decimal): -1282107 or 12939244. OLE color: 12939244.
HSL color Cylindrical-coordinate representation of color #EC6FC5: hue angle of 318.72º 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 #EC6FC5 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 197 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.07 |
| HSL | 318.72º | 0.77% | 0.68% | - |
| HSV(B) | 318.72º | 0.53% | 0.93% | - |
| XYZ | 50.35 | 33.23 | 56.58 | - |
| YUV | 158.18 | 149.91 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 197 | 0 | 0.53 | 0.17 | 0.07 | 318.72 | 0.77 | 0.68 |
| Hex | EC | 6F | C5 | 0 | 35 | 11 | 7 | 13F | 4D | 44 |
| Octal | 354 | 157 | 305 | 0 | 65 | 21 | 7 | 477 | 115 | 104 |
| Binary | 11101100 | 1101111 | 11000101 | 0 | 110101 | 10001 | 111 | 100111111 | 1001101 | 1000100 |
Color Harmonies of #EC6FC5
Complementary color
Monochromatic Colors of #EC6FC5
Black with #EC6FC5
Text Example
Text Example
White with #EC6FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FC5; }
p { color: rgb(236,111,197); }
H1.HeaderClassName
{
color: #EC6FC5;
}
.AnyTagClassName
{
color: #EC6FC5;
}
</style>
background-color css
<style>
a { background-color: #EC6FC5; }
a { background-color: rgb(236,111,197); }
div.DivClassName
{
background-color: #EC6FC5;
}
.BgClassName
{
background-color: #EC6FC5;
}
</style>
border-color css
<style>
span { border-color: #EC6FC5; }
span { border-color: rgb(236,111,197); }
td.TdClassName
{
border-color: #EC6FC5;
}
.TagClassName
{
border-color: #EC6FC5;
}
</style>