Shades of Neon Blue #2239EF
Tints of Neon Blue #2239EF
RGB
CMYK
RGB Variations
Color information
#2239EF (or 0x2239EF) is known color: Neon Blue. HEX triplet: 22, 39 and EF. RGB value is (34,57,239). Sum of RGB (Red+Green+Blue) = 34+57+239=330 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.30% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 239 (93.75% from 255 or 72.42% from 330); Max value from RGB is 239 - color contains mainly: blue. Hex color #2239EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2239EF is #DDC610. Grayscale: #464646. Windows color (decimal): -14534161 or 15677730. OLE color: 15677730.
HSL color Cylindrical-coordinate representation of color #2239EF: hue angle of 233.27º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2239EF is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 57 | 239 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.06 |
| HSL | 233.27º | 0.86% | 0.54% | - |
| HSV(B) | 233.27º | 0.86% | 0.94% | - |
| XYZ | 17.7 | 9.5 | 82.56 | - |
| YUV | 70.87 | 222.88 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 57 | 239 | 0.86 | 0.76 | 0 | 0.06 | 233.27 | 0.86 | 0.54 |
| Hex | 22 | 39 | EF | 56 | 4C | 0 | 6 | E9 | 56 | 36 |
| Octal | 42 | 71 | 357 | 126 | 114 | 0 | 6 | 351 | 126 | 66 |
| Binary | 100010 | 111001 | 11101111 | 1010110 | 1001100 | 0 | 110 | 11101001 | 1010110 | 110110 |
Color Harmonies of #2239EF
Complementary color
Monochromatic Colors of #2239EF
Black with #2239EF
Text Example
Text Example
White with #2239EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2239EF; }
p { color: rgb(34,57,239); }
H1.HeaderClassName
{
color: #2239EF;
}
.AnyTagClassName
{
color: #2239EF;
}
</style>
background-color css
<style>
a { background-color: #2239EF; }
a { background-color: rgb(34,57,239); }
div.DivClassName
{
background-color: #2239EF;
}
.BgClassName
{
background-color: #2239EF;
}
</style>
border-color css
<style>
span { border-color: #2239EF; }
span { border-color: rgb(34,57,239); }
td.TdClassName
{
border-color: #2239EF;
}
.TagClassName
{
border-color: #2239EF;
}
</style>