Shades of Neon Pink #EC68C9
Tints of Neon Pink #EC68C9
RGB
CMYK
RGB Variations
Color information
#EC68C9 (or 0xEC68C9) is known color: Neon Pink. HEX triplet: EC, 68 and C9. RGB value is (236,104,201). Sum of RGB (Red+Green+Blue) = 236+104+201=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 104 (41.02% from 255 or 19.22% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC68C9 is #139736. Grayscale: #9A9A9A. Windows color (decimal): -1283895 or 13199596. OLE color: 13199596.
HSL color Cylindrical-coordinate representation of color #EC68C9: hue angle of 315.91º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC68C9 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 201 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.07 |
| HSL | 315.91º | 0.78% | 0.67% | - |
| HSV(B) | 315.91º | 0.56% | 0.93% | - |
| XYZ | 50.09 | 31.95 | 58.79 | - |
| YUV | 154.53 | 154.23 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 201 | 0 | 0.56 | 0.15 | 0.07 | 315.91 | 0.78 | 0.67 |
| Hex | EC | 68 | C9 | 0 | 38 | F | 7 | 13C | 4E | 43 |
| Octal | 354 | 150 | 311 | 0 | 70 | 17 | 7 | 474 | 116 | 103 |
| Binary | 11101100 | 1101000 | 11001001 | 0 | 111000 | 1111 | 111 | 100111100 | 1001110 | 1000011 |
Color Harmonies of #EC68C9
Complementary color
Monochromatic Colors of #EC68C9
Black with #EC68C9
Text Example
Text Example
White with #EC68C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68C9; }
p { color: rgb(236,104,201); }
H1.HeaderClassName
{
color: #EC68C9;
}
.AnyTagClassName
{
color: #EC68C9;
}
</style>
background-color css
<style>
a { background-color: #EC68C9; }
a { background-color: rgb(236,104,201); }
div.DivClassName
{
background-color: #EC68C9;
}
.BgClassName
{
background-color: #EC68C9;
}
</style>
border-color css
<style>
span { border-color: #EC68C9; }
span { border-color: rgb(236,104,201); }
td.TdClassName
{
border-color: #EC68C9;
}
.TagClassName
{
border-color: #EC68C9;
}
</style>