Shades of Neon Pink #EF6BCB
Tints of Neon Pink #EF6BCB
RGB
CMYK
RGB Variations
Color information
#EF6BCB (or 0xEF6BCB) is known color: Neon Pink. HEX triplet: EF, 6B and CB. RGB value is (239,107,203). Sum of RGB (Red+Green+Blue) = 239+107+203=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6BCB is #109434. Grayscale: #9D9D9D. Windows color (decimal): -1086517 or 13331439. OLE color: 13331439.
HSL color Cylindrical-coordinate representation of color #EF6BCB: hue angle of 316.36º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6BCB is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 107 | 203 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.06 |
| HSL | 316.36º | 0.8% | 0.68% | - |
| HSV(B) | 316.36º | 0.55% | 0.94% | - |
| XYZ | 51.63 | 33.18 | 60.18 | - |
| YUV | 157.41 | 153.73 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 203 | 0 | 0.55 | 0.15 | 0.06 | 316.36 | 0.8 | 0.68 |
| Hex | EF | 6B | CB | 0 | 37 | F | 6 | 13C | 50 | 44 |
| Octal | 357 | 153 | 313 | 0 | 67 | 17 | 6 | 474 | 120 | 104 |
| Binary | 11101111 | 1101011 | 11001011 | 0 | 110111 | 1111 | 110 | 100111100 | 1010000 | 1000100 |
Color Harmonies of #EF6BCB
Complementary color
Monochromatic Colors of #EF6BCB
Black with #EF6BCB
Text Example
Text Example
White with #EF6BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6BCB; }
p { color: rgb(239,107,203); }
H1.HeaderClassName
{
color: #EF6BCB;
}
.AnyTagClassName
{
color: #EF6BCB;
}
</style>
background-color css
<style>
a { background-color: #EF6BCB; }
a { background-color: rgb(239,107,203); }
div.DivClassName
{
background-color: #EF6BCB;
}
.BgClassName
{
background-color: #EF6BCB;
}
</style>
border-color css
<style>
span { border-color: #EF6BCB; }
span { border-color: rgb(239,107,203); }
td.TdClassName
{
border-color: #EF6BCB;
}
.TagClassName
{
border-color: #EF6BCB;
}
</style>