Shades of Neon Blue #293DEC
Tints of Neon Blue #293DEC
RGB
CMYK
RGB Variations
Color information
#293DEC (or 0x293DEC) is known color: Neon Blue. HEX triplet: 29, 3D and EC. RGB value is (41,61,236). Sum of RGB (Red+Green+Blue) = 41+61+236=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 236 (92.58% from 255 or 69.82% from 338); Max value from RGB is 236 - color contains mainly: blue. Hex color #293DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293DEC is #D6C213. Grayscale: #4A4A4A. Windows color (decimal): -14074388 or 15482153. OLE color: 15482153.
HSL color Cylindrical-coordinate representation of color #293DEC: hue angle of 233.85º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #293DEC is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 61 | 236 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.07 |
| HSL | 233.85º | 0.84% | 0.54% | - |
| HSV(B) | 233.85º | 0.83% | 0.93% | - |
| XYZ | 17.72 | 9.87 | 80.33 | - |
| YUV | 74.97 | 218.87 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 236 | 0.83 | 0.74 | 0 | 0.07 | 233.85 | 0.84 | 0.54 |
| Hex | 29 | 3D | EC | 53 | 4A | 0 | 7 | EA | 54 | 36 |
| Octal | 51 | 75 | 354 | 123 | 112 | 0 | 7 | 352 | 124 | 66 |
| Binary | 101001 | 111101 | 11101100 | 1010011 | 1001010 | 0 | 111 | 11101010 | 1010100 | 110110 |
Color Harmonies of #293DEC
Complementary color
Monochromatic Colors of #293DEC
Black with #293DEC
Text Example
Text Example
White with #293DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293DEC; }
p { color: rgb(41,61,236); }
H1.HeaderClassName
{
color: #293DEC;
}
.AnyTagClassName
{
color: #293DEC;
}
</style>
background-color css
<style>
a { background-color: #293DEC; }
a { background-color: rgb(41,61,236); }
div.DivClassName
{
background-color: #293DEC;
}
.BgClassName
{
background-color: #293DEC;
}
</style>
border-color css
<style>
span { border-color: #293DEC; }
span { border-color: rgb(41,61,236); }
td.TdClassName
{
border-color: #293DEC;
}
.TagClassName
{
border-color: #293DEC;
}
</style>