Shades of Neon Blue #293DED
Tints of Neon Blue #293DED
RGB
CMYK
RGB Variations
Color information
#293DED (or 0x293DED) is known color: Neon Blue. HEX triplet: 29, 3D and ED. RGB value is (41,61,237). Sum of RGB (Red+Green+Blue) = 41+61+237=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #293DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293DED is #D6C212. Grayscale: #4A4A4A. Windows color (decimal): -14074387 or 15547689. OLE color: 15547689.
HSL color Cylindrical-coordinate representation of color #293DED: hue angle of 233.88º 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 #293DED is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 61 | 237 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.07 |
| HSL | 233.88º | 0.84% | 0.55% | - |
| HSV(B) | 233.88º | 0.83% | 0.93% | - |
| XYZ | 17.87 | 9.92 | 81.09 | - |
| YUV | 75.08 | 219.37 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 237 | 0.83 | 0.74 | 0 | 0.07 | 233.88 | 0.84 | 0.55 |
| Hex | 29 | 3D | ED | 53 | 4A | 0 | 7 | EA | 54 | 37 |
| Octal | 51 | 75 | 355 | 123 | 112 | 0 | 7 | 352 | 124 | 67 |
| Binary | 101001 | 111101 | 11101101 | 1010011 | 1001010 | 0 | 111 | 11101010 | 1010100 | 110111 |
Color Harmonies of #293DED
Complementary color
Monochromatic Colors of #293DED
Black with #293DED
Text Example
Text Example
White with #293DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293DED; }
p { color: rgb(41,61,237); }
H1.HeaderClassName
{
color: #293DED;
}
.AnyTagClassName
{
color: #293DED;
}
</style>
background-color css
<style>
a { background-color: #293DED; }
a { background-color: rgb(41,61,237); }
div.DivClassName
{
background-color: #293DED;
}
.BgClassName
{
background-color: #293DED;
}
</style>
border-color css
<style>
span { border-color: #293DED; }
span { border-color: rgb(41,61,237); }
td.TdClassName
{
border-color: #293DED;
}
.TagClassName
{
border-color: #293DED;
}
</style>