Shades of Neon Blue #293BE8
Tints of Neon Blue #293BE8
RGB
CMYK
RGB Variations
Color information
#293BE8 (or 0x293BE8) is known color: Neon Blue. HEX triplet: 29, 3B and E8. RGB value is (41,59,232). Sum of RGB (Red+Green+Blue) = 41+59+232=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 232 (91.02% from 255 or 69.88% from 332); Max value from RGB is 232 - color contains mainly: blue. Hex color #293BE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293BE8 is #D6C417. Grayscale: #484848. Windows color (decimal): -14074904 or 15219497. OLE color: 15219497.
HSL color Cylindrical-coordinate representation of color #293BE8: hue angle of 234.35º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #293BE8 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 59 | 232 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.09 |
| HSL | 234.35º | 0.81% | 0.54% | - |
| HSV(B) | 234.35º | 0.82% | 0.91% | - |
| XYZ | 17.04 | 9.43 | 77.26 | - |
| YUV | 73.34 | 217.54 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 232 | 0.82 | 0.75 | 0 | 0.09 | 234.35 | 0.81 | 0.54 |
| Hex | 29 | 3B | E8 | 52 | 4B | 0 | 9 | EA | 51 | 36 |
| Octal | 51 | 73 | 350 | 122 | 113 | 0 | 11 | 352 | 121 | 66 |
| Binary | 101001 | 111011 | 11101000 | 1010010 | 1001011 | 0 | 1001 | 11101010 | 1010001 | 110110 |
Color Harmonies of #293BE8
Complementary color
Monochromatic Colors of #293BE8
Black with #293BE8
Text Example
Text Example
White with #293BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293BE8; }
p { color: rgb(41,59,232); }
H1.HeaderClassName
{
color: #293BE8;
}
.AnyTagClassName
{
color: #293BE8;
}
</style>
background-color css
<style>
a { background-color: #293BE8; }
a { background-color: rgb(41,59,232); }
div.DivClassName
{
background-color: #293BE8;
}
.BgClassName
{
background-color: #293BE8;
}
</style>
border-color css
<style>
span { border-color: #293BE8; }
span { border-color: rgb(41,59,232); }
td.TdClassName
{
border-color: #293BE8;
}
.TagClassName
{
border-color: #293BE8;
}
</style>