Shades of Neon Pink #EF6EC3
Tints of Neon Pink #EF6EC3
RGB
CMYK
RGB Variations
Color information
#EF6EC3 (or 0xEF6EC3) is known color: Neon Pink. HEX triplet: EF, 6E and C3. RGB value is (239,110,195). Sum of RGB (Red+Green+Blue) = 239+110+195=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 110 (43.36% from 255 or 20.22% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6EC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6EC3 is #10913C. Grayscale: #9E9E9E. Windows color (decimal): -1085757 or 12807919. OLE color: 12807919.
HSL color Cylindrical-coordinate representation of color #EF6EC3: hue angle of 320.47º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6EC3 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 110 | 195 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.06 |
| HSL | 320.47º | 0.8% | 0.68% | - |
| HSV(B) | 320.47º | 0.54% | 0.94% | - |
| XYZ | 51.02 | 33.44 | 55.4 | - |
| YUV | 158.26 | 148.74 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 195 | 0 | 0.54 | 0.18 | 0.06 | 320.47 | 0.8 | 0.68 |
| Hex | EF | 6E | C3 | 0 | 36 | 12 | 6 | 140 | 50 | 44 |
| Octal | 357 | 156 | 303 | 0 | 66 | 22 | 6 | 500 | 120 | 104 |
| Binary | 11101111 | 1101110 | 11000011 | 0 | 110110 | 10010 | 110 | 101000000 | 1010000 | 1000100 |
Color Harmonies of #EF6EC3
Complementary color
Monochromatic Colors of #EF6EC3
Black with #EF6EC3
Text Example
Text Example
White with #EF6EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6EC3; }
p { color: rgb(239,110,195); }
H1.HeaderClassName
{
color: #EF6EC3;
}
.AnyTagClassName
{
color: #EF6EC3;
}
</style>
background-color css
<style>
a { background-color: #EF6EC3; }
a { background-color: rgb(239,110,195); }
div.DivClassName
{
background-color: #EF6EC3;
}
.BgClassName
{
background-color: #EF6EC3;
}
</style>
border-color css
<style>
span { border-color: #EF6EC3; }
span { border-color: rgb(239,110,195); }
td.TdClassName
{
border-color: #EF6EC3;
}
.TagClassName
{
border-color: #EF6EC3;
}
</style>