Shades of Neon Pink #EC68C5
Tints of Neon Pink #EC68C5
RGB
CMYK
RGB Variations
Color information
#EC68C5 (or 0xEC68C5) is known color: Neon Pink. HEX triplet: EC, 68 and C5. RGB value is (236,104,197). Sum of RGB (Red+Green+Blue) = 236+104+197=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC68C5 is #13973A. Grayscale: #999999. Windows color (decimal): -1283899 or 12937452. OLE color: 12937452.
HSL color Cylindrical-coordinate representation of color #EC68C5: hue angle of 317.73º 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 #EC68C5 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 197 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.07 |
| HSL | 317.73º | 0.78% | 0.67% | - |
| HSV(B) | 317.73º | 0.56% | 0.93% | - |
| XYZ | 49.62 | 31.76 | 56.34 | - |
| YUV | 154.07 | 152.23 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 197 | 0 | 0.56 | 0.17 | 0.07 | 317.73 | 0.78 | 0.67 |
| Hex | EC | 68 | C5 | 0 | 38 | 11 | 7 | 13E | 4E | 43 |
| Octal | 354 | 150 | 305 | 0 | 70 | 21 | 7 | 476 | 116 | 103 |
| Binary | 11101100 | 1101000 | 11000101 | 0 | 111000 | 10001 | 111 | 100111110 | 1001110 | 1000011 |
Color Harmonies of #EC68C5
Complementary color
Monochromatic Colors of #EC68C5
Black with #EC68C5
Text Example
Text Example
White with #EC68C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68C5; }
p { color: rgb(236,104,197); }
H1.HeaderClassName
{
color: #EC68C5;
}
.AnyTagClassName
{
color: #EC68C5;
}
</style>
background-color css
<style>
a { background-color: #EC68C5; }
a { background-color: rgb(236,104,197); }
div.DivClassName
{
background-color: #EC68C5;
}
.BgClassName
{
background-color: #EC68C5;
}
</style>
border-color css
<style>
span { border-color: #EC68C5; }
span { border-color: rgb(236,104,197); }
td.TdClassName
{
border-color: #EC68C5;
}
.TagClassName
{
border-color: #EC68C5;
}
</style>