Shades of Neon Blue #293EED
Tints of Neon Blue #293EED
RGB
CMYK
RGB Variations
Color information
#293EED (or 0x293EED) is known color: Neon Blue. HEX triplet: 29, 3E and ED. RGB value is (41,62,237). Sum of RGB (Red+Green+Blue) = 41+62+237=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #293EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293EED is #D6C112. Grayscale: #4A4A4A. Windows color (decimal): -14074131 or 15547945. OLE color: 15547945.
HSL color Cylindrical-coordinate representation of color #293EED: hue angle of 233.57º degrees, saturation: 0.84, 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 #293EED is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 62 | 237 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.07 |
| HSL | 233.57º | 0.84% | 0.55% | - |
| HSV(B) | 233.57º | 0.83% | 0.93% | - |
| XYZ | 17.92 | 10.03 | 81.11 | - |
| YUV | 75.67 | 219.04 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 237 | 0.83 | 0.74 | 0 | 0.07 | 233.57 | 0.84 | 0.55 |
| Hex | 29 | 3E | ED | 53 | 4A | 0 | 7 | EA | 54 | 37 |
| Octal | 51 | 76 | 355 | 123 | 112 | 0 | 7 | 352 | 124 | 67 |
| Binary | 101001 | 111110 | 11101101 | 1010011 | 1001010 | 0 | 111 | 11101010 | 1010100 | 110111 |
Color Harmonies of #293EED
Complementary color
Monochromatic Colors of #293EED
Black with #293EED
Text Example
Text Example
White with #293EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293EED; }
p { color: rgb(41,62,237); }
H1.HeaderClassName
{
color: #293EED;
}
.AnyTagClassName
{
color: #293EED;
}
</style>
background-color css
<style>
a { background-color: #293EED; }
a { background-color: rgb(41,62,237); }
div.DivClassName
{
background-color: #293EED;
}
.BgClassName
{
background-color: #293EED;
}
</style>
border-color css
<style>
span { border-color: #293EED; }
span { border-color: rgb(41,62,237); }
td.TdClassName
{
border-color: #293EED;
}
.TagClassName
{
border-color: #293EED;
}
</style>