Shades of Neon Pink #EF65CB
Tints of Neon Pink #EF65CB
RGB
CMYK
RGB Variations
Color information
#EF65CB (or 0xEF65CB) is known color: Neon Pink. HEX triplet: EF, 65 and CB. RGB value is (239,101,203). Sum of RGB (Red+Green+Blue) = 239+101+203=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF65CB is #109A34. Grayscale: #999999. Windows color (decimal): -1088053 or 13329903. OLE color: 13329903.
HSL color Cylindrical-coordinate representation of color #EF65CB: hue angle of 315.65º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF65CB is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 203 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.06 |
| HSL | 315.65º | 0.81% | 0.67% | - |
| HSV(B) | 315.65º | 0.58% | 0.94% | - |
| XYZ | 51.03 | 31.97 | 59.98 | - |
| YUV | 153.89 | 155.72 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 203 | 0 | 0.58 | 0.15 | 0.06 | 315.65 | 0.81 | 0.67 |
| Hex | EF | 65 | CB | 0 | 3A | F | 6 | 13C | 51 | 43 |
| Octal | 357 | 145 | 313 | 0 | 72 | 17 | 6 | 474 | 121 | 103 |
| Binary | 11101111 | 1100101 | 11001011 | 0 | 111010 | 1111 | 110 | 100111100 | 1010001 | 1000011 |
Color Harmonies of #EF65CB
Complementary color
Monochromatic Colors of #EF65CB
Black with #EF65CB
Text Example
Text Example
White with #EF65CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF65CB; }
p { color: rgb(239,101,203); }
H1.HeaderClassName
{
color: #EF65CB;
}
.AnyTagClassName
{
color: #EF65CB;
}
</style>
background-color css
<style>
a { background-color: #EF65CB; }
a { background-color: rgb(239,101,203); }
div.DivClassName
{
background-color: #EF65CB;
}
.BgClassName
{
background-color: #EF65CB;
}
</style>
border-color css
<style>
span { border-color: #EF65CB; }
span { border-color: rgb(239,101,203); }
td.TdClassName
{
border-color: #EF65CB;
}
.TagClassName
{
border-color: #EF65CB;
}
</style>