Shades of Neon Pink #EF63CB
Tints of Neon Pink #EF63CB
RGB
CMYK
RGB Variations
Color information
#EF63CB (or 0xEF63CB) is known color: Neon Pink. HEX triplet: EF, 63 and CB. RGB value is (239,99,203). Sum of RGB (Red+Green+Blue) = 239+99+203=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 99 (39.06% from 255 or 18.30% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF63CB is #109C34. Grayscale: #989898. Windows color (decimal): -1088565 or 13329391. OLE color: 13329391.
HSL color Cylindrical-coordinate representation of color #EF63CB: hue angle of 315.43º 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 #EF63CB is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 203 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.06 |
| HSL | 315.43º | 0.81% | 0.66% | - |
| HSV(B) | 315.43º | 0.59% | 0.94% | - |
| XYZ | 50.84 | 31.59 | 59.92 | - |
| YUV | 152.72 | 156.38 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 203 | 0 | 0.59 | 0.15 | 0.06 | 315.43 | 0.81 | 0.66 |
| Hex | EF | 63 | CB | 0 | 3B | F | 6 | 13B | 51 | 42 |
| Octal | 357 | 143 | 313 | 0 | 73 | 17 | 6 | 473 | 121 | 102 |
| Binary | 11101111 | 1100011 | 11001011 | 0 | 111011 | 1111 | 110 | 100111011 | 1010001 | 1000010 |
Color Harmonies of #EF63CB
Complementary color
Monochromatic Colors of #EF63CB
Black with #EF63CB
Text Example
Text Example
White with #EF63CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF63CB; }
p { color: rgb(239,99,203); }
H1.HeaderClassName
{
color: #EF63CB;
}
.AnyTagClassName
{
color: #EF63CB;
}
</style>
background-color css
<style>
a { background-color: #EF63CB; }
a { background-color: rgb(239,99,203); }
div.DivClassName
{
background-color: #EF63CB;
}
.BgClassName
{
background-color: #EF63CB;
}
</style>
border-color css
<style>
span { border-color: #EF63CB; }
span { border-color: rgb(239,99,203); }
td.TdClassName
{
border-color: #EF63CB;
}
.TagClassName
{
border-color: #EF63CB;
}
</style>