Shades of Neon Blue #293AFF
Tints of Neon Blue #293AFF
RGB
CMYK
RGB Variations
Color information
#293AFF (or 0x293AFF) is known color: Neon Blue. HEX triplet: 29, 3A and FF. RGB value is (41,58,255). Sum of RGB (Red+Green+Blue) = 41+58+255=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #293AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293AFF is #D6C500. Grayscale: #4A4A4A. Windows color (decimal): -14075137 or 16726569. OLE color: 16726569.
HSL color Cylindrical-coordinate representation of color #293AFF: hue angle of 235.23º 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 #293AFF is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 58 | 255 | - |
| CMYK | 0.84 | 0.77 | 0 | 0 |
| HSL | 235.23º | 1% | 0.58% | - |
| HSV(B) | 235.23º | 0.84% | 1% | - |
| XYZ | 20.48 | 10.72 | 95.6 | - |
| YUV | 75.38 | 229.37 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 58 | 255 | 0.84 | 0.77 | 0 | 0 | 235.23 | 1 | 0.58 |
| Hex | 29 | 3A | FF | 54 | 4D | 0 | 0 | EB | 64 | 3A |
| Octal | 51 | 72 | 377 | 124 | 115 | 0 | 0 | 353 | 144 | 72 |
| Binary | 101001 | 111010 | 11111111 | 1010100 | 1001101 | 0 | 0 | 11101011 | 1100100 | 111010 |
Color Harmonies of #293AFF
Complementary color
Monochromatic Colors of #293AFF
Black with #293AFF
Text Example
Text Example
White with #293AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293AFF; }
p { color: rgb(41,58,255); }
H1.HeaderClassName
{
color: #293AFF;
}
.AnyTagClassName
{
color: #293AFF;
}
</style>
background-color css
<style>
a { background-color: #293AFF; }
a { background-color: rgb(41,58,255); }
div.DivClassName
{
background-color: #293AFF;
}
.BgClassName
{
background-color: #293AFF;
}
</style>
border-color css
<style>
span { border-color: #293AFF; }
span { border-color: rgb(41,58,255); }
td.TdClassName
{
border-color: #293AFF;
}
.TagClassName
{
border-color: #293AFF;
}
</style>