Shades of Neon Pink #EC69CC
Tints of Neon Pink #EC69CC
RGB
CMYK
RGB Variations
Color information
#EC69CC (or 0xEC69CC) is known color: Neon Pink. HEX triplet: EC, 69 and CC. RGB value is (236,105,204). Sum of RGB (Red+Green+Blue) = 236+105+204=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC69CC is #139633. Grayscale: #9B9B9B. Windows color (decimal): -1283636 or 13396460. OLE color: 13396460.
HSL color Cylindrical-coordinate representation of color #EC69CC: hue angle of 314.66º 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 #EC69CC is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 204 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.07 |
| HSL | 314.66º | 0.78% | 0.67% | - |
| HSV(B) | 314.66º | 0.56% | 0.93% | - |
| XYZ | 50.54 | 32.3 | 60.7 | - |
| YUV | 155.46 | 155.4 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 204 | 0 | 0.56 | 0.14 | 0.07 | 314.66 | 0.78 | 0.67 |
| Hex | EC | 69 | CC | 0 | 38 | E | 7 | 13B | 4E | 43 |
| Octal | 354 | 151 | 314 | 0 | 70 | 16 | 7 | 473 | 116 | 103 |
| Binary | 11101100 | 1101001 | 11001100 | 0 | 111000 | 1110 | 111 | 100111011 | 1001110 | 1000011 |
Color Harmonies of #EC69CC
Complementary color
Monochromatic Colors of #EC69CC
Black with #EC69CC
Text Example
Text Example
White with #EC69CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC69CC; }
p { color: rgb(236,105,204); }
H1.HeaderClassName
{
color: #EC69CC;
}
.AnyTagClassName
{
color: #EC69CC;
}
</style>
background-color css
<style>
a { background-color: #EC69CC; }
a { background-color: rgb(236,105,204); }
div.DivClassName
{
background-color: #EC69CC;
}
.BgClassName
{
background-color: #EC69CC;
}
</style>
border-color css
<style>
span { border-color: #EC69CC; }
span { border-color: rgb(236,105,204); }
td.TdClassName
{
border-color: #EC69CC;
}
.TagClassName
{
border-color: #EC69CC;
}
</style>