Shades of Neon Pink #EC6FCF
Tints of Neon Pink #EC6FCF
RGB
CMYK
RGB Variations
Color information
#EC6FCF (or 0xEC6FCF) is known color: Neon Pink. HEX triplet: EC, 6F and CF. RGB value is (236,111,207). Sum of RGB (Red+Green+Blue) = 236+111+207=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FCF is #139030. Grayscale: #9F9F9F. Windows color (decimal): -1282097 or 13594604. OLE color: 13594604.
HSL color Cylindrical-coordinate representation of color #EC6FCF: hue angle of 313.92º 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 #EC6FCF is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 207 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.07 |
| HSL | 313.92º | 0.77% | 0.68% | - |
| HSV(B) | 313.92º | 0.53% | 0.93% | - |
| XYZ | 51.54 | 33.71 | 62.82 | - |
| YUV | 159.32 | 154.91 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 207 | 0 | 0.53 | 0.12 | 0.07 | 313.92 | 0.77 | 0.68 |
| Hex | EC | 6F | CF | 0 | 35 | C | 7 | 13A | 4D | 44 |
| Octal | 354 | 157 | 317 | 0 | 65 | 14 | 7 | 472 | 115 | 104 |
| Binary | 11101100 | 1101111 | 11001111 | 0 | 110101 | 1100 | 111 | 100111010 | 1001101 | 1000100 |
Color Harmonies of #EC6FCF
Complementary color
Monochromatic Colors of #EC6FCF
Black with #EC6FCF
Text Example
Text Example
White with #EC6FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FCF; }
p { color: rgb(236,111,207); }
H1.HeaderClassName
{
color: #EC6FCF;
}
.AnyTagClassName
{
color: #EC6FCF;
}
</style>
background-color css
<style>
a { background-color: #EC6FCF; }
a { background-color: rgb(236,111,207); }
div.DivClassName
{
background-color: #EC6FCF;
}
.BgClassName
{
background-color: #EC6FCF;
}
</style>
border-color css
<style>
span { border-color: #EC6FCF; }
span { border-color: rgb(236,111,207); }
td.TdClassName
{
border-color: #EC6FCF;
}
.TagClassName
{
border-color: #EC6FCF;
}
</style>