Shades of Neon Pink #EF66BD
Tints of Neon Pink #EF66BD
RGB
CMYK
RGB Variations
Color information
#EF66BD (or 0xEF66BD) is known color: Neon Pink. HEX triplet: EF, 66 and BD. RGB value is (239,102,189). Sum of RGB (Red+Green+Blue) = 239+102+189=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF66BD is #109942. Grayscale: #989898. Windows color (decimal): -1087811 or 12412655. OLE color: 12412655.
HSL color Cylindrical-coordinate representation of color #EF66BD: hue angle of 321.9º 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 #EF66BD is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 189 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.06 |
| HSL | 321.9º | 0.81% | 0.67% | - |
| HSV(B) | 321.9º | 0.57% | 0.94% | - |
| XYZ | 49.53 | 31.53 | 51.62 | - |
| YUV | 152.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 189 | 0 | 0.57 | 0.21 | 0.06 | 321.9 | 0.81 | 0.67 |
| Hex | EF | 66 | BD | 0 | 39 | 15 | 6 | 142 | 51 | 43 |
| Octal | 357 | 146 | 275 | 0 | 71 | 25 | 6 | 502 | 121 | 103 |
| Binary | 11101111 | 1100110 | 10111101 | 0 | 111001 | 10101 | 110 | 101000010 | 1010001 | 1000011 |
Color Harmonies of #EF66BD
Complementary color
Monochromatic Colors of #EF66BD
Black with #EF66BD
Text Example
Text Example
White with #EF66BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF66BD; }
p { color: rgb(239,102,189); }
H1.HeaderClassName
{
color: #EF66BD;
}
.AnyTagClassName
{
color: #EF66BD;
}
</style>
background-color css
<style>
a { background-color: #EF66BD; }
a { background-color: rgb(239,102,189); }
div.DivClassName
{
background-color: #EF66BD;
}
.BgClassName
{
background-color: #EF66BD;
}
</style>
border-color css
<style>
span { border-color: #EF66BD; }
span { border-color: rgb(239,102,189); }
td.TdClassName
{
border-color: #EF66BD;
}
.TagClassName
{
border-color: #EF66BD;
}
</style>