Shades of Neon Pink #EF6ABC
Tints of Neon Pink #EF6ABC
RGB
CMYK
RGB Variations
Color information
#EF6ABC (or 0xEF6ABC) is known color: Neon Pink. HEX triplet: EF, 6A and BC. RGB value is (239,106,188). Sum of RGB (Red+Green+Blue) = 239+106+188=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6ABC is #109543. Grayscale: #9A9A9A. Windows color (decimal): -1086788 or 12348143. OLE color: 12348143.
HSL color Cylindrical-coordinate representation of color #EF6ABC: hue angle of 323.01º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6ABC is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 106 | 188 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.06 |
| HSL | 323.01º | 0.81% | 0.68% | - |
| HSV(B) | 323.01º | 0.56% | 0.94% | - |
| XYZ | 49.83 | 32.29 | 51.18 | - |
| YUV | 155.12 | 146.56 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 106 | 188 | 0 | 0.56 | 0.21 | 0.06 | 323.01 | 0.81 | 0.68 |
| Hex | EF | 6A | BC | 0 | 38 | 15 | 6 | 143 | 51 | 44 |
| Octal | 357 | 152 | 274 | 0 | 70 | 25 | 6 | 503 | 121 | 104 |
| Binary | 11101111 | 1101010 | 10111100 | 0 | 111000 | 10101 | 110 | 101000011 | 1010001 | 1000100 |
Color Harmonies of #EF6ABC
Complementary color
Monochromatic Colors of #EF6ABC
Black with #EF6ABC
Text Example
Text Example
White with #EF6ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6ABC; }
p { color: rgb(239,106,188); }
H1.HeaderClassName
{
color: #EF6ABC;
}
.AnyTagClassName
{
color: #EF6ABC;
}
</style>
background-color css
<style>
a { background-color: #EF6ABC; }
a { background-color: rgb(239,106,188); }
div.DivClassName
{
background-color: #EF6ABC;
}
.BgClassName
{
background-color: #EF6ABC;
}
</style>
border-color css
<style>
span { border-color: #EF6ABC; }
span { border-color: rgb(239,106,188); }
td.TdClassName
{
border-color: #EF6ABC;
}
.TagClassName
{
border-color: #EF6ABC;
}
</style>