Shades of Neon Blue #293EEC
Tints of Neon Blue #293EEC
RGB
CMYK
RGB Variations
Color information
#293EEC (or 0x293EEC) is known color: Neon Blue. HEX triplet: 29, 3E and EC. RGB value is (41,62,236). Sum of RGB (Red+Green+Blue) = 41+62+236=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 236 (92.58% from 255 or 69.62% from 339); Max value from RGB is 236 - color contains mainly: blue. Hex color #293EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293EEC is #D6C113. Grayscale: #4A4A4A. Windows color (decimal): -14074132 or 15482409. OLE color: 15482409.
HSL color Cylindrical-coordinate representation of color #293EEC: hue angle of 233.54º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #293EEC is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 62 | 236 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.07 |
| HSL | 233.54º | 0.84% | 0.54% | - |
| HSV(B) | 233.54º | 0.83% | 0.93% | - |
| XYZ | 17.78 | 9.97 | 80.34 | - |
| YUV | 75.56 | 218.54 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 236 | 0.83 | 0.74 | 0 | 0.07 | 233.54 | 0.84 | 0.54 |
| Hex | 29 | 3E | EC | 53 | 4A | 0 | 7 | EA | 54 | 36 |
| Octal | 51 | 76 | 354 | 123 | 112 | 0 | 7 | 352 | 124 | 66 |
| Binary | 101001 | 111110 | 11101100 | 1010011 | 1001010 | 0 | 111 | 11101010 | 1010100 | 110110 |
Color Harmonies of #293EEC
Complementary color
Monochromatic Colors of #293EEC
Black with #293EEC
Text Example
Text Example
White with #293EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293EEC; }
p { color: rgb(41,62,236); }
H1.HeaderClassName
{
color: #293EEC;
}
.AnyTagClassName
{
color: #293EEC;
}
</style>
background-color css
<style>
a { background-color: #293EEC; }
a { background-color: rgb(41,62,236); }
div.DivClassName
{
background-color: #293EEC;
}
.BgClassName
{
background-color: #293EEC;
}
</style>
border-color css
<style>
span { border-color: #293EEC; }
span { border-color: rgb(41,62,236); }
td.TdClassName
{
border-color: #293EEC;
}
.TagClassName
{
border-color: #293EEC;
}
</style>