Shades of Neon Pink #EC68C8
Tints of Neon Pink #EC68C8
RGB
CMYK
RGB Variations
Color information
#EC68C8 (or 0xEC68C8) is known color: Neon Pink. HEX triplet: EC, 68 and C8. RGB value is (236,104,200). Sum of RGB (Red+Green+Blue) = 236+104+200=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC68C8 is #139737. Grayscale: #9A9A9A. Windows color (decimal): -1283896 or 13134060. OLE color: 13134060.
HSL color Cylindrical-coordinate representation of color #EC68C8: hue angle of 316.36º 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 #EC68C8 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 200 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.07 |
| HSL | 316.36º | 0.78% | 0.67% | - |
| HSV(B) | 316.36º | 0.56% | 0.93% | - |
| XYZ | 49.97 | 31.9 | 58.17 | - |
| YUV | 154.41 | 153.73 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 200 | 0 | 0.56 | 0.15 | 0.07 | 316.36 | 0.78 | 0.67 |
| Hex | EC | 68 | C8 | 0 | 38 | F | 7 | 13C | 4E | 43 |
| Octal | 354 | 150 | 310 | 0 | 70 | 17 | 7 | 474 | 116 | 103 |
| Binary | 11101100 | 1101000 | 11001000 | 0 | 111000 | 1111 | 111 | 100111100 | 1001110 | 1000011 |
Color Harmonies of #EC68C8
Complementary color
Monochromatic Colors of #EC68C8
Black with #EC68C8
Text Example
Text Example
White with #EC68C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68C8; }
p { color: rgb(236,104,200); }
H1.HeaderClassName
{
color: #EC68C8;
}
.AnyTagClassName
{
color: #EC68C8;
}
</style>
background-color css
<style>
a { background-color: #EC68C8; }
a { background-color: rgb(236,104,200); }
div.DivClassName
{
background-color: #EC68C8;
}
.BgClassName
{
background-color: #EC68C8;
}
</style>
border-color css
<style>
span { border-color: #EC68C8; }
span { border-color: rgb(236,104,200); }
td.TdClassName
{
border-color: #EC68C8;
}
.TagClassName
{
border-color: #EC68C8;
}
</style>