Shades of Neon Blue #293EEE
Tints of Neon Blue #293EEE
RGB
CMYK
RGB Variations
Color information
#293EEE (or 0x293EEE) is known color: Neon Blue. HEX triplet: 29, 3E and EE. RGB value is (41,62,238). Sum of RGB (Red+Green+Blue) = 41+62+238=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 238 (93.36% from 255 or 69.79% from 341); Max value from RGB is 238 - color contains mainly: blue. Hex color #293EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293EEE is #D6C111. Grayscale: #4B4B4B. Windows color (decimal): -14074130 or 15613481. OLE color: 15613481.
HSL color Cylindrical-coordinate representation of color #293EEE: hue angle of 233.6º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #293EEE is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 62 | 238 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.07 |
| HSL | 233.6º | 0.85% | 0.55% | - |
| HSV(B) | 233.6º | 0.83% | 0.93% | - |
| XYZ | 18.07 | 10.09 | 81.88 | - |
| YUV | 75.79 | 219.54 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 238 | 0.83 | 0.74 | 0 | 0.07 | 233.6 | 0.85 | 0.55 |
| Hex | 29 | 3E | EE | 53 | 4A | 0 | 7 | EA | 55 | 37 |
| Octal | 51 | 76 | 356 | 123 | 112 | 0 | 7 | 352 | 125 | 67 |
| Binary | 101001 | 111110 | 11101110 | 1010011 | 1001010 | 0 | 111 | 11101010 | 1010101 | 110111 |
Color Harmonies of #293EEE
Complementary color
Monochromatic Colors of #293EEE
Black with #293EEE
Text Example
Text Example
White with #293EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293EEE; }
p { color: rgb(41,62,238); }
H1.HeaderClassName
{
color: #293EEE;
}
.AnyTagClassName
{
color: #293EEE;
}
</style>
background-color css
<style>
a { background-color: #293EEE; }
a { background-color: rgb(41,62,238); }
div.DivClassName
{
background-color: #293EEE;
}
.BgClassName
{
background-color: #293EEE;
}
</style>
border-color css
<style>
span { border-color: #293EEE; }
span { border-color: rgb(41,62,238); }
td.TdClassName
{
border-color: #293EEE;
}
.TagClassName
{
border-color: #293EEE;
}
</style>