Shades of Neon Pink #EF63C9
Tints of Neon Pink #EF63C9
RGB
CMYK
RGB Variations
Color information
#EF63C9 (or 0xEF63C9) is known color: Neon Pink. HEX triplet: EF, 63 and C9. RGB value is (239,99,201). Sum of RGB (Red+Green+Blue) = 239+99+201=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF63C9 is #109C36. Grayscale: #989898. Windows color (decimal): -1088567 or 13198319. OLE color: 13198319.
HSL color Cylindrical-coordinate representation of color #EF63C9: hue angle of 316.29º 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 #EF63C9 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 201 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.06 |
| HSL | 316.29º | 0.81% | 0.66% | - |
| HSV(B) | 316.29º | 0.59% | 0.94% | - |
| XYZ | 50.6 | 31.49 | 58.67 | - |
| YUV | 152.49 | 155.38 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 201 | 0 | 0.59 | 0.16 | 0.06 | 316.29 | 0.81 | 0.66 |
| Hex | EF | 63 | C9 | 0 | 3B | 10 | 6 | 13C | 51 | 42 |
| Octal | 357 | 143 | 311 | 0 | 73 | 20 | 6 | 474 | 121 | 102 |
| Binary | 11101111 | 1100011 | 11001001 | 0 | 111011 | 10000 | 110 | 100111100 | 1010001 | 1000010 |
Color Harmonies of #EF63C9
Complementary color
Monochromatic Colors of #EF63C9
Black with #EF63C9
Text Example
Text Example
White with #EF63C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF63C9; }
p { color: rgb(239,99,201); }
H1.HeaderClassName
{
color: #EF63C9;
}
.AnyTagClassName
{
color: #EF63C9;
}
</style>
background-color css
<style>
a { background-color: #EF63C9; }
a { background-color: rgb(239,99,201); }
div.DivClassName
{
background-color: #EF63C9;
}
.BgClassName
{
background-color: #EF63C9;
}
</style>
border-color css
<style>
span { border-color: #EF63C9; }
span { border-color: rgb(239,99,201); }
td.TdClassName
{
border-color: #EF63C9;
}
.TagClassName
{
border-color: #EF63C9;
}
</style>