Shades of Neon Pink #EC67C7
Tints of Neon Pink #EC67C7
RGB
CMYK
RGB Variations
Color information
#EC67C7 (or 0xEC67C7) is known color: Neon Pink. HEX triplet: EC, 67 and C7. RGB value is (236,103,199). Sum of RGB (Red+Green+Blue) = 236+103+199=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 103 (40.62% from 255 or 19.14% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC67C7 is #139838. Grayscale: #999999. Windows color (decimal): -1284153 or 13068268. OLE color: 13068268.
HSL color Cylindrical-coordinate representation of color #EC67C7: hue angle of 316.69º 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 #EC67C7 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 199 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.07 |
| HSL | 316.69º | 0.78% | 0.66% | - |
| HSV(B) | 316.69º | 0.56% | 0.93% | - |
| XYZ | 49.75 | 31.66 | 57.52 | - |
| YUV | 153.71 | 153.56 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 199 | 0 | 0.56 | 0.16 | 0.07 | 316.69 | 0.78 | 0.66 |
| Hex | EC | 67 | C7 | 0 | 38 | 10 | 7 | 13D | 4E | 42 |
| Octal | 354 | 147 | 307 | 0 | 70 | 20 | 7 | 475 | 116 | 102 |
| Binary | 11101100 | 1100111 | 11000111 | 0 | 111000 | 10000 | 111 | 100111101 | 1001110 | 1000010 |
Color Harmonies of #EC67C7
Complementary color
Monochromatic Colors of #EC67C7
Black with #EC67C7
Text Example
Text Example
White with #EC67C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67C7; }
p { color: rgb(236,103,199); }
H1.HeaderClassName
{
color: #EC67C7;
}
.AnyTagClassName
{
color: #EC67C7;
}
</style>
background-color css
<style>
a { background-color: #EC67C7; }
a { background-color: rgb(236,103,199); }
div.DivClassName
{
background-color: #EC67C7;
}
.BgClassName
{
background-color: #EC67C7;
}
</style>
border-color css
<style>
span { border-color: #EC67C7; }
span { border-color: rgb(236,103,199); }
td.TdClassName
{
border-color: #EC67C7;
}
.TagClassName
{
border-color: #EC67C7;
}
</style>