Shades of Neon Blue #293CED
Tints of Neon Blue #293CED
RGB
CMYK
RGB Variations
Color information
#293CED (or 0x293CED) is known color: Neon Blue. HEX triplet: 29, 3C and ED. RGB value is (41,60,237). Sum of RGB (Red+Green+Blue) = 41+60+237=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 237 (92.97% from 255 or 70.12% from 338); Max value from RGB is 237 - color contains mainly: blue. Hex color #293CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293CED is #D6C312. Grayscale: #494949. Windows color (decimal): -14074643 or 15547433. OLE color: 15547433.
HSL color Cylindrical-coordinate representation of color #293CED: hue angle of 234.18º 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 #293CED is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 60 | 237 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.07 |
| HSL | 234.18º | 0.84% | 0.55% | - |
| HSV(B) | 234.18º | 0.83% | 0.93% | - |
| XYZ | 17.82 | 9.82 | 81.08 | - |
| YUV | 74.5 | 219.71 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 237 | 0.83 | 0.75 | 0 | 0.07 | 234.18 | 0.84 | 0.55 |
| Hex | 29 | 3C | ED | 53 | 4B | 0 | 7 | EA | 54 | 37 |
| Octal | 51 | 74 | 355 | 123 | 113 | 0 | 7 | 352 | 124 | 67 |
| Binary | 101001 | 111100 | 11101101 | 1010011 | 1001011 | 0 | 111 | 11101010 | 1010100 | 110111 |
Color Harmonies of #293CED
Complementary color
Monochromatic Colors of #293CED
Black with #293CED
Text Example
Text Example
White with #293CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293CED; }
p { color: rgb(41,60,237); }
H1.HeaderClassName
{
color: #293CED;
}
.AnyTagClassName
{
color: #293CED;
}
</style>
background-color css
<style>
a { background-color: #293CED; }
a { background-color: rgb(41,60,237); }
div.DivClassName
{
background-color: #293CED;
}
.BgClassName
{
background-color: #293CED;
}
</style>
border-color css
<style>
span { border-color: #293CED; }
span { border-color: rgb(41,60,237); }
td.TdClassName
{
border-color: #293CED;
}
.TagClassName
{
border-color: #293CED;
}
</style>