Shades of Neon Pink #EF63CC
Tints of Neon Pink #EF63CC
RGB
CMYK
RGB Variations
Color information
#EF63CC (or 0xEF63CC) is known color: Neon Pink. HEX triplet: EF, 63 and CC. RGB value is (239,99,204). Sum of RGB (Red+Green+Blue) = 239+99+204=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 99 (39.06% from 255 or 18.27% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF63CC is #109C33. Grayscale: #989898. Windows color (decimal): -1088564 or 13394927. OLE color: 13394927.
HSL color Cylindrical-coordinate representation of color #EF63CC: hue angle of 315º 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 #EF63CC is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 204 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.06 |
| HSL | 315º | 0.81% | 0.66% | - |
| HSV(B) | 315º | 0.59% | 0.94% | - |
| XYZ | 50.96 | 31.63 | 60.55 | - |
| YUV | 152.83 | 156.88 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 204 | 0 | 0.59 | 0.15 | 0.06 | 315 | 0.81 | 0.66 |
| Hex | EF | 63 | CC | 0 | 3B | F | 6 | 13B | 51 | 42 |
| Octal | 357 | 143 | 314 | 0 | 73 | 17 | 6 | 473 | 121 | 102 |
| Binary | 11101111 | 1100011 | 11001100 | 0 | 111011 | 1111 | 110 | 100111011 | 1010001 | 1000010 |
Color Harmonies of #EF63CC
Complementary color
Monochromatic Colors of #EF63CC
Black with #EF63CC
Text Example
Text Example
White with #EF63CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF63CC; }
p { color: rgb(239,99,204); }
H1.HeaderClassName
{
color: #EF63CC;
}
.AnyTagClassName
{
color: #EF63CC;
}
</style>
background-color css
<style>
a { background-color: #EF63CC; }
a { background-color: rgb(239,99,204); }
div.DivClassName
{
background-color: #EF63CC;
}
.BgClassName
{
background-color: #EF63CC;
}
</style>
border-color css
<style>
span { border-color: #EF63CC; }
span { border-color: rgb(239,99,204); }
td.TdClassName
{
border-color: #EF63CC;
}
.TagClassName
{
border-color: #EF63CC;
}
</style>