Shades of Neon Pink #EC67C5
Tints of Neon Pink #EC67C5
RGB
CMYK
RGB Variations
Color information
#EC67C5 (or 0xEC67C5) is known color: Neon Pink. HEX triplet: EC, 67 and C5. RGB value is (236,103,197). Sum of RGB (Red+Green+Blue) = 236+103+197=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 103 (40.62% from 255 or 19.22% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC67C5 is #13983A. Grayscale: #999999. Windows color (decimal): -1284155 or 12937196. OLE color: 12937196.
HSL color Cylindrical-coordinate representation of color #EC67C5: hue angle of 317.59º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC67C5 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 197 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.07 |
| HSL | 317.59º | 0.78% | 0.66% | - |
| HSV(B) | 317.59º | 0.56% | 0.93% | - |
| XYZ | 49.52 | 31.56 | 56.31 | - |
| YUV | 153.48 | 152.56 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 197 | 0 | 0.56 | 0.17 | 0.07 | 317.59 | 0.78 | 0.66 |
| Hex | EC | 67 | C5 | 0 | 38 | 11 | 7 | 13E | 4E | 42 |
| Octal | 354 | 147 | 305 | 0 | 70 | 21 | 7 | 476 | 116 | 102 |
| Binary | 11101100 | 1100111 | 11000101 | 0 | 111000 | 10001 | 111 | 100111110 | 1001110 | 1000010 |
Color Harmonies of #EC67C5
Complementary color
Monochromatic Colors of #EC67C5
Black with #EC67C5
Text Example
Text Example
White with #EC67C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67C5; }
p { color: rgb(236,103,197); }
H1.HeaderClassName
{
color: #EC67C5;
}
.AnyTagClassName
{
color: #EC67C5;
}
</style>
background-color css
<style>
a { background-color: #EC67C5; }
a { background-color: rgb(236,103,197); }
div.DivClassName
{
background-color: #EC67C5;
}
.BgClassName
{
background-color: #EC67C5;
}
</style>
border-color css
<style>
span { border-color: #EC67C5; }
span { border-color: rgb(236,103,197); }
td.TdClassName
{
border-color: #EC67C5;
}
.TagClassName
{
border-color: #EC67C5;
}
</style>