Shades of Neon Pink #EC6BC9
Tints of Neon Pink #EC6BC9
RGB
CMYK
RGB Variations
Color information
#EC6BC9 (or 0xEC6BC9) is known color: Neon Pink. HEX triplet: EC, 6B and C9. RGB value is (236,107,201). Sum of RGB (Red+Green+Blue) = 236+107+201=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 107 (42.19% from 255 or 19.67% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6BC9 is #139436. Grayscale: #9C9C9C. Windows color (decimal): -1283127 or 13200364. OLE color: 13200364.
HSL color Cylindrical-coordinate representation of color #EC6BC9: hue angle of 316.28º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6BC9 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 201 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.07 |
| HSL | 316.28º | 0.77% | 0.67% | - |
| HSV(B) | 316.28º | 0.55% | 0.93% | - |
| XYZ | 50.39 | 32.57 | 58.89 | - |
| YUV | 156.29 | 153.24 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 201 | 0 | 0.55 | 0.15 | 0.07 | 316.28 | 0.77 | 0.67 |
| Hex | EC | 6B | C9 | 0 | 37 | F | 7 | 13C | 4D | 43 |
| Octal | 354 | 153 | 311 | 0 | 67 | 17 | 7 | 474 | 115 | 103 |
| Binary | 11101100 | 1101011 | 11001001 | 0 | 110111 | 1111 | 111 | 100111100 | 1001101 | 1000011 |
Color Harmonies of #EC6BC9
Complementary color
Monochromatic Colors of #EC6BC9
Black with #EC6BC9
Text Example
Text Example
White with #EC6BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BC9; }
p { color: rgb(236,107,201); }
H1.HeaderClassName
{
color: #EC6BC9;
}
.AnyTagClassName
{
color: #EC6BC9;
}
</style>
background-color css
<style>
a { background-color: #EC6BC9; }
a { background-color: rgb(236,107,201); }
div.DivClassName
{
background-color: #EC6BC9;
}
.BgClassName
{
background-color: #EC6BC9;
}
</style>
border-color css
<style>
span { border-color: #EC6BC9; }
span { border-color: rgb(236,107,201); }
td.TdClassName
{
border-color: #EC6BC9;
}
.TagClassName
{
border-color: #EC6BC9;
}
</style>