Shades of Neon Pink #EF6FCE
Tints of Neon Pink #EF6FCE
RGB
CMYK
RGB Variations
Color information
#EF6FCE (or 0xEF6FCE) is known color: Neon Pink. HEX triplet: EF, 6F and CE. RGB value is (239,111,206). Sum of RGB (Red+Green+Blue) = 239+111+206=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6FCE is #109031. Grayscale: #9F9F9F. Windows color (decimal): -1085490 or 13529071. OLE color: 13529071.
HSL color Cylindrical-coordinate representation of color #EF6FCE: hue angle of 315.47º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6FCE is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 111 | 206 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.06 |
| HSL | 315.47º | 0.8% | 0.69% | - |
| HSV(B) | 315.47º | 0.54% | 0.94% | - |
| XYZ | 52.42 | 34.18 | 62.23 | - |
| YUV | 160.1 | 153.91 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 111 | 206 | 0 | 0.54 | 0.14 | 0.06 | 315.47 | 0.8 | 0.69 |
| Hex | EF | 6F | CE | 0 | 36 | E | 6 | 13B | 50 | 45 |
| Octal | 357 | 157 | 316 | 0 | 66 | 16 | 6 | 473 | 120 | 105 |
| Binary | 11101111 | 1101111 | 11001110 | 0 | 110110 | 1110 | 110 | 100111011 | 1010000 | 1000101 |
Color Harmonies of #EF6FCE
Complementary color
Monochromatic Colors of #EF6FCE
Black with #EF6FCE
Text Example
Text Example
White with #EF6FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6FCE; }
p { color: rgb(239,111,206); }
H1.HeaderClassName
{
color: #EF6FCE;
}
.AnyTagClassName
{
color: #EF6FCE;
}
</style>
background-color css
<style>
a { background-color: #EF6FCE; }
a { background-color: rgb(239,111,206); }
div.DivClassName
{
background-color: #EF6FCE;
}
.BgClassName
{
background-color: #EF6FCE;
}
</style>
border-color css
<style>
span { border-color: #EF6FCE; }
span { border-color: rgb(239,111,206); }
td.TdClassName
{
border-color: #EF6FCE;
}
.TagClassName
{
border-color: #EF6FCE;
}
</style>