Shades of Neon Blue #294DFE
Tints of Neon Blue #294DFE
RGB
CMYK
RGB Variations
Color information
#294DFE (or 0x294DFE) is known color: Neon Blue. HEX triplet: 29, 4D and FE. RGB value is (41,77,254). Sum of RGB (Red+Green+Blue) = 41+77+254=372 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.02% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #294DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294DFE is #D6B201. Grayscale: #555555. Windows color (decimal): -14070274 or 16665897. OLE color: 16665897.
HSL color Cylindrical-coordinate representation of color #294DFE: hue angle of 229.86º 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 #294DFE is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 77 | 254 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.00 |
| HSL | 229.86º | 0.99% | 0.58% | - |
| HSV(B) | 229.86º | 0.84% | 1% | - |
| XYZ | 21.46 | 12.93 | 95.13 | - |
| YUV | 86.41 | 222.57 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 254 | 0.84 | 0.70 | 0 | 0.00 | 229.86 | 0.99 | 0.58 |
| Hex | 29 | 4D | FE | 54 | 46 | 0 | 0 | E6 | 63 | 3A |
| Octal | 51 | 115 | 376 | 124 | 106 | 0 | 0 | 346 | 143 | 72 |
| Binary | 101001 | 1001101 | 11111110 | 1010100 | 1000110 | 0 | 0 | 11100110 | 1100011 | 111010 |
Color Harmonies of #294DFE
Complementary color
Monochromatic Colors of #294DFE
Black with #294DFE
Text Example
Text Example
White with #294DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294DFE; }
p { color: rgb(41,77,254); }
H1.HeaderClassName
{
color: #294DFE;
}
.AnyTagClassName
{
color: #294DFE;
}
</style>
background-color css
<style>
a { background-color: #294DFE; }
a { background-color: rgb(41,77,254); }
div.DivClassName
{
background-color: #294DFE;
}
.BgClassName
{
background-color: #294DFE;
}
</style>
border-color css
<style>
span { border-color: #294DFE; }
span { border-color: rgb(41,77,254); }
td.TdClassName
{
border-color: #294DFE;
}
.TagClassName
{
border-color: #294DFE;
}
</style>