Shades of Neon Blue #293FEE
Tints of Neon Blue #293FEE
RGB
CMYK
RGB Variations
Color information
#293FEE (or 0x293FEE) is known color: Neon Blue. HEX triplet: 29, 3F and EE. RGB value is (41,63,238). Sum of RGB (Red+Green+Blue) = 41+63+238=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 238 (93.36% from 255 or 69.59% from 342); Max value from RGB is 238 - color contains mainly: blue. Hex color #293FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293FEE is #D6C011. Grayscale: #4B4B4B. Windows color (decimal): -14073874 or 15613737. OLE color: 15613737.
HSL color Cylindrical-coordinate representation of color #293FEE: hue angle of 233.3º 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 #293FEE is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 63 | 238 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.07 |
| HSL | 233.3º | 0.85% | 0.55% | - |
| HSV(B) | 233.3º | 0.83% | 0.93% | - |
| XYZ | 18.12 | 10.2 | 81.9 | - |
| YUV | 76.37 | 219.21 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 238 | 0.83 | 0.74 | 0 | 0.07 | 233.3 | 0.85 | 0.55 |
| Hex | 29 | 3F | EE | 53 | 4A | 0 | 7 | E9 | 55 | 37 |
| Octal | 51 | 77 | 356 | 123 | 112 | 0 | 7 | 351 | 125 | 67 |
| Binary | 101001 | 111111 | 11101110 | 1010011 | 1001010 | 0 | 111 | 11101001 | 1010101 | 110111 |
Color Harmonies of #293FEE
Complementary color
Monochromatic Colors of #293FEE
Black with #293FEE
Text Example
Text Example
White with #293FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293FEE; }
p { color: rgb(41,63,238); }
H1.HeaderClassName
{
color: #293FEE;
}
.AnyTagClassName
{
color: #293FEE;
}
</style>
background-color css
<style>
a { background-color: #293FEE; }
a { background-color: rgb(41,63,238); }
div.DivClassName
{
background-color: #293FEE;
}
.BgClassName
{
background-color: #293FEE;
}
</style>
border-color css
<style>
span { border-color: #293FEE; }
span { border-color: rgb(41,63,238); }
td.TdClassName
{
border-color: #293FEE;
}
.TagClassName
{
border-color: #293FEE;
}
</style>