Shades of Neon Pink #EF66BC
Tints of Neon Pink #EF66BC
RGB
CMYK
RGB Variations
Color information
#EF66BC (or 0xEF66BC) is known color: Neon Pink. HEX triplet: EF, 66 and BC. RGB value is (239,102,188). Sum of RGB (Red+Green+Blue) = 239+102+188=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF66BC is #109943. Grayscale: #989898. Windows color (decimal): -1087812 or 12347119. OLE color: 12347119.
HSL color Cylindrical-coordinate representation of color #EF66BC: hue angle of 322.34º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF66BC is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 188 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.06 |
| HSL | 322.34º | 0.81% | 0.67% | - |
| HSV(B) | 322.34º | 0.57% | 0.94% | - |
| XYZ | 49.43 | 31.48 | 51.05 | - |
| YUV | 152.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 188 | 0 | 0.57 | 0.21 | 0.06 | 322.34 | 0.81 | 0.67 |
| Hex | EF | 66 | BC | 0 | 39 | 15 | 6 | 142 | 51 | 43 |
| Octal | 357 | 146 | 274 | 0 | 71 | 25 | 6 | 502 | 121 | 103 |
| Binary | 11101111 | 1100110 | 10111100 | 0 | 111001 | 10101 | 110 | 101000010 | 1010001 | 1000011 |
Color Harmonies of #EF66BC
Complementary color
Monochromatic Colors of #EF66BC
Black with #EF66BC
Text Example
Text Example
White with #EF66BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF66BC; }
p { color: rgb(239,102,188); }
H1.HeaderClassName
{
color: #EF66BC;
}
.AnyTagClassName
{
color: #EF66BC;
}
</style>
background-color css
<style>
a { background-color: #EF66BC; }
a { background-color: rgb(239,102,188); }
div.DivClassName
{
background-color: #EF66BC;
}
.BgClassName
{
background-color: #EF66BC;
}
</style>
border-color css
<style>
span { border-color: #EF66BC; }
span { border-color: rgb(239,102,188); }
td.TdClassName
{
border-color: #EF66BC;
}
.TagClassName
{
border-color: #EF66BC;
}
</style>