Shades of Neon Pink #EF63BE
Tints of Neon Pink #EF63BE
RGB
CMYK
RGB Variations
Color information
#EF63BE (or 0xEF63BE) is known color: Neon Pink. HEX triplet: EF, 63 and BE. RGB value is (239,99,190). Sum of RGB (Red+Green+Blue) = 239+99+190=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF63BE is #109C41. Grayscale: #979797. Windows color (decimal): -1088578 or 12477423. OLE color: 12477423.
HSL color Cylindrical-coordinate representation of color #EF63BE: hue angle of 321º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF63BE is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 190 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.06 |
| HSL | 321º | 0.81% | 0.66% | - |
| HSV(B) | 321º | 0.59% | 0.94% | - |
| XYZ | 49.35 | 30.99 | 52.1 | - |
| YUV | 151.23 | 149.88 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 190 | 0 | 0.59 | 0.21 | 0.06 | 321 | 0.81 | 0.66 |
| Hex | EF | 63 | BE | 0 | 3B | 15 | 6 | 141 | 51 | 42 |
| Octal | 357 | 143 | 276 | 0 | 73 | 25 | 6 | 501 | 121 | 102 |
| Binary | 11101111 | 1100011 | 10111110 | 0 | 111011 | 10101 | 110 | 101000001 | 1010001 | 1000010 |
Color Harmonies of #EF63BE
Complementary color
Monochromatic Colors of #EF63BE
Black with #EF63BE
Text Example
Text Example
White with #EF63BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF63BE; }
p { color: rgb(239,99,190); }
H1.HeaderClassName
{
color: #EF63BE;
}
.AnyTagClassName
{
color: #EF63BE;
}
</style>
background-color css
<style>
a { background-color: #EF63BE; }
a { background-color: rgb(239,99,190); }
div.DivClassName
{
background-color: #EF63BE;
}
.BgClassName
{
background-color: #EF63BE;
}
</style>
border-color css
<style>
span { border-color: #EF63BE; }
span { border-color: rgb(239,99,190); }
td.TdClassName
{
border-color: #EF63BE;
}
.TagClassName
{
border-color: #EF63BE;
}
</style>