Shades of Neon Pink #EC6FC0
Tints of Neon Pink #EC6FC0
RGB
CMYK
RGB Variations
Color information
#EC6FC0 (or 0xEC6FC0) is known color: Neon Pink. HEX triplet: EC, 6F and C0. RGB value is (236,111,192). Sum of RGB (Red+Green+Blue) = 236+111+192=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FC0 is #13903F. Grayscale: #9D9D9D. Windows color (decimal): -1282112 or 12611564. OLE color: 12611564.
HSL color Cylindrical-coordinate representation of color #EC6FC0: hue angle of 321.12º 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 #EC6FC0 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 192 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.07 |
| HSL | 321.12º | 0.77% | 0.68% | - |
| HSV(B) | 321.12º | 0.53% | 0.93% | - |
| XYZ | 49.79 | 33.01 | 53.62 | - |
| YUV | 157.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 192 | 0 | 0.53 | 0.19 | 0.07 | 321.12 | 0.77 | 0.68 |
| Hex | EC | 6F | C0 | 0 | 35 | 13 | 7 | 141 | 4D | 44 |
| Octal | 354 | 157 | 300 | 0 | 65 | 23 | 7 | 501 | 115 | 104 |
| Binary | 11101100 | 1101111 | 11000000 | 0 | 110101 | 10011 | 111 | 101000001 | 1001101 | 1000100 |
Color Harmonies of #EC6FC0
Complementary color
Monochromatic Colors of #EC6FC0
Black with #EC6FC0
Text Example
Text Example
White with #EC6FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FC0; }
p { color: rgb(236,111,192); }
H1.HeaderClassName
{
color: #EC6FC0;
}
.AnyTagClassName
{
color: #EC6FC0;
}
</style>
background-color css
<style>
a { background-color: #EC6FC0; }
a { background-color: rgb(236,111,192); }
div.DivClassName
{
background-color: #EC6FC0;
}
.BgClassName
{
background-color: #EC6FC0;
}
</style>
border-color css
<style>
span { border-color: #EC6FC0; }
span { border-color: rgb(236,111,192); }
td.TdClassName
{
border-color: #EC6FC0;
}
.TagClassName
{
border-color: #EC6FC0;
}
</style>