Shades of Neon Pink #EC68C2
Tints of Neon Pink #EC68C2
RGB
CMYK
RGB Variations
Color information
#EC68C2 (or 0xEC68C2) is known color: Neon Pink. HEX triplet: EC, 68 and C2. RGB value is (236,104,194). Sum of RGB (Red+Green+Blue) = 236+104+194=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC68C2 is #13973D. Grayscale: #999999. Windows color (decimal): -1283902 or 12740844. OLE color: 12740844.
HSL color Cylindrical-coordinate representation of color #EC68C2: hue angle of 319.09º 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 #EC68C2 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 194 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.07 |
| HSL | 319.09º | 0.78% | 0.67% | - |
| HSV(B) | 319.09º | 0.56% | 0.93% | - |
| XYZ | 49.28 | 31.63 | 54.55 | - |
| YUV | 153.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 194 | 0 | 0.56 | 0.18 | 0.07 | 319.09 | 0.78 | 0.67 |
| Hex | EC | 68 | C2 | 0 | 38 | 12 | 7 | 13F | 4E | 43 |
| Octal | 354 | 150 | 302 | 0 | 70 | 22 | 7 | 477 | 116 | 103 |
| Binary | 11101100 | 1101000 | 11000010 | 0 | 111000 | 10010 | 111 | 100111111 | 1001110 | 1000011 |
Color Harmonies of #EC68C2
Complementary color
Monochromatic Colors of #EC68C2
Black with #EC68C2
Text Example
Text Example
White with #EC68C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68C2; }
p { color: rgb(236,104,194); }
H1.HeaderClassName
{
color: #EC68C2;
}
.AnyTagClassName
{
color: #EC68C2;
}
</style>
background-color css
<style>
a { background-color: #EC68C2; }
a { background-color: rgb(236,104,194); }
div.DivClassName
{
background-color: #EC68C2;
}
.BgClassName
{
background-color: #EC68C2;
}
</style>
border-color css
<style>
span { border-color: #EC68C2; }
span { border-color: rgb(236,104,194); }
td.TdClassName
{
border-color: #EC68C2;
}
.TagClassName
{
border-color: #EC68C2;
}
</style>