Shades of Neon Blue #293EFE
Tints of Neon Blue #293EFE
RGB
CMYK
RGB Variations
Color information
#293EFE (or 0x293EFE) is known color: Neon Blue. HEX triplet: 29, 3E and FE. RGB value is (41,62,254). Sum of RGB (Red+Green+Blue) = 41+62+254=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #293EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293EFE is #D6C101. Grayscale: #4C4C4C. Windows color (decimal): -14074114 or 16662057. OLE color: 16662057.
HSL color Cylindrical-coordinate representation of color #293EFE: hue angle of 234.08º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #293EFE is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 62 | 254 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.00 |
| HSL | 234.08º | 0.99% | 0.58% | - |
| HSV(B) | 234.08º | 0.84% | 1% | - |
| XYZ | 20.53 | 11.07 | 94.82 | - |
| YUV | 77.61 | 227.54 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 254 | 0.84 | 0.76 | 0 | 0.00 | 234.08 | 0.99 | 0.58 |
| Hex | 29 | 3E | FE | 54 | 4C | 0 | 0 | EA | 63 | 3A |
| Octal | 51 | 76 | 376 | 124 | 114 | 0 | 0 | 352 | 143 | 72 |
| Binary | 101001 | 111110 | 11111110 | 1010100 | 1001100 | 0 | 0 | 11101010 | 1100011 | 111010 |
Color Harmonies of #293EFE
Complementary color
Monochromatic Colors of #293EFE
Black with #293EFE
Text Example
Text Example
White with #293EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293EFE; }
p { color: rgb(41,62,254); }
H1.HeaderClassName
{
color: #293EFE;
}
.AnyTagClassName
{
color: #293EFE;
}
</style>
background-color css
<style>
a { background-color: #293EFE; }
a { background-color: rgb(41,62,254); }
div.DivClassName
{
background-color: #293EFE;
}
.BgClassName
{
background-color: #293EFE;
}
</style>
border-color css
<style>
span { border-color: #293EFE; }
span { border-color: rgb(41,62,254); }
td.TdClassName
{
border-color: #293EFE;
}
.TagClassName
{
border-color: #293EFE;
}
</style>