Shades of Neon Blue #294DFF
Tints of Neon Blue #294DFF
RGB
CMYK
RGB Variations
Color information
#294DFF (or 0x294DFF) is known color: Neon Blue. HEX triplet: 29, 4D and FF. RGB value is (41,77,255). Sum of RGB (Red+Green+Blue) = 41+77+255=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #294DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294DFF is #D6B200. Grayscale: #555555. Windows color (decimal): -14070273 or 16731433. OLE color: 16731433.
HSL color Cylindrical-coordinate representation of color #294DFF: hue angle of 229.91º 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 #294DFF is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 77 | 255 | - |
| CMYK | 0.84 | 0.70 | 0 | 0 |
| HSL | 229.91º | 1% | 0.58% | - |
| HSV(B) | 229.91º | 0.84% | 1% | - |
| XYZ | 21.62 | 13 | 95.98 | - |
| YUV | 86.53 | 223.07 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 255 | 0.84 | 0.70 | 0 | 0 | 229.91 | 1 | 0.58 |
| Hex | 29 | 4D | FF | 54 | 46 | 0 | 0 | E6 | 64 | 3A |
| Octal | 51 | 115 | 377 | 124 | 106 | 0 | 0 | 346 | 144 | 72 |
| Binary | 101001 | 1001101 | 11111111 | 1010100 | 1000110 | 0 | 0 | 11100110 | 1100100 | 111010 |
Color Harmonies of #294DFF
Complementary color
Monochromatic Colors of #294DFF
Black with #294DFF
Text Example
Text Example
White with #294DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294DFF; }
p { color: rgb(41,77,255); }
H1.HeaderClassName
{
color: #294DFF;
}
.AnyTagClassName
{
color: #294DFF;
}
</style>
background-color css
<style>
a { background-color: #294DFF; }
a { background-color: rgb(41,77,255); }
div.DivClassName
{
background-color: #294DFF;
}
.BgClassName
{
background-color: #294DFF;
}
</style>
border-color css
<style>
span { border-color: #294DFF; }
span { border-color: rgb(41,77,255); }
td.TdClassName
{
border-color: #294DFF;
}
.TagClassName
{
border-color: #294DFF;
}
</style>