Shades of Neon Blue #293CFE
Tints of Neon Blue #293CFE
RGB
CMYK
RGB Variations
Color information
#293CFE (or 0x293CFE) is known color: Neon Blue. HEX triplet: 29, 3C and FE. RGB value is (41,60,254). Sum of RGB (Red+Green+Blue) = 41+60+254=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #293CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293CFE is #D6C301. Grayscale: #4B4B4B. Windows color (decimal): -14074626 or 16661545. OLE color: 16661545.
HSL color Cylindrical-coordinate representation of color #293CFE: hue angle of 234.65º 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 #293CFE is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 60 | 254 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.00 |
| HSL | 234.65º | 0.99% | 0.58% | - |
| HSV(B) | 234.65º | 0.84% | 1% | - |
| XYZ | 20.42 | 10.86 | 94.79 | - |
| YUV | 76.44 | 228.21 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 254 | 0.84 | 0.76 | 0 | 0.00 | 234.65 | 0.99 | 0.58 |
| Hex | 29 | 3C | FE | 54 | 4C | 0 | 0 | EB | 63 | 3A |
| Octal | 51 | 74 | 376 | 124 | 114 | 0 | 0 | 353 | 143 | 72 |
| Binary | 101001 | 111100 | 11111110 | 1010100 | 1001100 | 0 | 0 | 11101011 | 1100011 | 111010 |
Color Harmonies of #293CFE
Complementary color
Monochromatic Colors of #293CFE
Black with #293CFE
Text Example
Text Example
White with #293CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293CFE; }
p { color: rgb(41,60,254); }
H1.HeaderClassName
{
color: #293CFE;
}
.AnyTagClassName
{
color: #293CFE;
}
</style>
background-color css
<style>
a { background-color: #293CFE; }
a { background-color: rgb(41,60,254); }
div.DivClassName
{
background-color: #293CFE;
}
.BgClassName
{
background-color: #293CFE;
}
</style>
border-color css
<style>
span { border-color: #293CFE; }
span { border-color: rgb(41,60,254); }
td.TdClassName
{
border-color: #293CFE;
}
.TagClassName
{
border-color: #293CFE;
}
</style>