Shades of Neon Blue #293EFF
Tints of Neon Blue #293EFF
RGB
CMYK
RGB Variations
Color information
#293EFF (or 0x293EFF) is known color: Neon Blue. HEX triplet: 29, 3E and FF. RGB value is (41,62,255). Sum of RGB (Red+Green+Blue) = 41+62+255=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #293EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293EFF is #D6C100. Grayscale: #4C4C4C. Windows color (decimal): -14074113 or 16727593. OLE color: 16727593.
HSL color Cylindrical-coordinate representation of color #293EFF: hue angle of 234.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #293EFF is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 62 | 255 | - |
| CMYK | 0.84 | 0.76 | 0 | 0 |
| HSL | 234.11º | 1% | 0.58% | - |
| HSV(B) | 234.11º | 0.84% | 1% | - |
| XYZ | 20.69 | 11.14 | 95.67 | - |
| YUV | 77.72 | 228.04 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 255 | 0.84 | 0.76 | 0 | 0 | 234.11 | 1 | 0.58 |
| Hex | 29 | 3E | FF | 54 | 4C | 0 | 0 | EA | 64 | 3A |
| Octal | 51 | 76 | 377 | 124 | 114 | 0 | 0 | 352 | 144 | 72 |
| Binary | 101001 | 111110 | 11111111 | 1010100 | 1001100 | 0 | 0 | 11101010 | 1100100 | 111010 |
Color Harmonies of #293EFF
Complementary color
Monochromatic Colors of #293EFF
Black with #293EFF
Text Example
Text Example
White with #293EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293EFF; }
p { color: rgb(41,62,255); }
H1.HeaderClassName
{
color: #293EFF;
}
.AnyTagClassName
{
color: #293EFF;
}
</style>
background-color css
<style>
a { background-color: #293EFF; }
a { background-color: rgb(41,62,255); }
div.DivClassName
{
background-color: #293EFF;
}
.BgClassName
{
background-color: #293EFF;
}
</style>
border-color css
<style>
span { border-color: #293EFF; }
span { border-color: rgb(41,62,255); }
td.TdClassName
{
border-color: #293EFF;
}
.TagClassName
{
border-color: #293EFF;
}
</style>