Shades of Neon Pink #EC69C5
Tints of Neon Pink #EC69C5
RGB
CMYK
RGB Variations
Color information
#EC69C5 (or 0xEC69C5) is known color: Neon Pink. HEX triplet: EC, 69 and C5. RGB value is (236,105,197). Sum of RGB (Red+Green+Blue) = 236+105+197=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 105 (41.41% from 255 or 19.52% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC69C5 is #13963A. Grayscale: #9A9A9A. Windows color (decimal): -1283643 or 12937708. OLE color: 12937708.
HSL color Cylindrical-coordinate representation of color #EC69C5: hue angle of 317.86º 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 #EC69C5 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 197 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.07 |
| HSL | 317.86º | 0.78% | 0.67% | - |
| HSV(B) | 317.86º | 0.56% | 0.93% | - |
| XYZ | 49.72 | 31.97 | 56.37 | - |
| YUV | 154.66 | 151.9 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 197 | 0 | 0.56 | 0.17 | 0.07 | 317.86 | 0.78 | 0.67 |
| Hex | EC | 69 | C5 | 0 | 38 | 11 | 7 | 13E | 4E | 43 |
| Octal | 354 | 151 | 305 | 0 | 70 | 21 | 7 | 476 | 116 | 103 |
| Binary | 11101100 | 1101001 | 11000101 | 0 | 111000 | 10001 | 111 | 100111110 | 1001110 | 1000011 |
Color Harmonies of #EC69C5
Complementary color
Monochromatic Colors of #EC69C5
Black with #EC69C5
Text Example
Text Example
White with #EC69C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC69C5; }
p { color: rgb(236,105,197); }
H1.HeaderClassName
{
color: #EC69C5;
}
.AnyTagClassName
{
color: #EC69C5;
}
</style>
background-color css
<style>
a { background-color: #EC69C5; }
a { background-color: rgb(236,105,197); }
div.DivClassName
{
background-color: #EC69C5;
}
.BgClassName
{
background-color: #EC69C5;
}
</style>
border-color css
<style>
span { border-color: #EC69C5; }
span { border-color: rgb(236,105,197); }
td.TdClassName
{
border-color: #EC69C5;
}
.TagClassName
{
border-color: #EC69C5;
}
</style>