Shades of Neon Blue #293FEB
Tints of Neon Blue #293FEB
RGB
CMYK
RGB Variations
Color information
#293FEB (or 0x293FEB) is known color: Neon Blue. HEX triplet: 29, 3F and EB. RGB value is (41,63,235). Sum of RGB (Red+Green+Blue) = 41+63+235=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 235 (92.19% from 255 or 69.32% from 339); Max value from RGB is 235 - color contains mainly: blue. Hex color #293FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293FEB is #D6C014. Grayscale: #4B4B4B. Windows color (decimal): -14073877 or 15417129. OLE color: 15417129.
HSL color Cylindrical-coordinate representation of color #293FEB: hue angle of 233.2º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #293FEB is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 63 | 235 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.08 |
| HSL | 233.2º | 0.83% | 0.54% | - |
| HSV(B) | 233.2º | 0.83% | 0.92% | - |
| XYZ | 17.69 | 10.02 | 79.6 | - |
| YUV | 76.03 | 217.71 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 235 | 0.83 | 0.73 | 0 | 0.08 | 233.2 | 0.83 | 0.54 |
| Hex | 29 | 3F | EB | 53 | 49 | 0 | 8 | E9 | 53 | 36 |
| Octal | 51 | 77 | 353 | 123 | 111 | 0 | 10 | 351 | 123 | 66 |
| Binary | 101001 | 111111 | 11101011 | 1010011 | 1001001 | 0 | 1000 | 11101001 | 1010011 | 110110 |
Color Harmonies of #293FEB
Complementary color
Monochromatic Colors of #293FEB
Black with #293FEB
Text Example
Text Example
White with #293FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293FEB; }
p { color: rgb(41,63,235); }
H1.HeaderClassName
{
color: #293FEB;
}
.AnyTagClassName
{
color: #293FEB;
}
</style>
background-color css
<style>
a { background-color: #293FEB; }
a { background-color: rgb(41,63,235); }
div.DivClassName
{
background-color: #293FEB;
}
.BgClassName
{
background-color: #293FEB;
}
</style>
border-color css
<style>
span { border-color: #293FEB; }
span { border-color: rgb(41,63,235); }
td.TdClassName
{
border-color: #293FEB;
}
.TagClassName
{
border-color: #293FEB;
}
</style>