Shades of Neon Blue #294EFB
Tints of Neon Blue #294EFB
RGB
CMYK
RGB Variations
Color information
#294EFB (or 0x294EFB) is known color: Neon Blue. HEX triplet: 29, 4E and FB. RGB value is (41,78,251). Sum of RGB (Red+Green+Blue) = 41+78+251=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #294EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294EFB is #D6B104. Grayscale: #555555. Windows color (decimal): -14070021 or 16469545. OLE color: 16469545.
HSL color Cylindrical-coordinate representation of color #294EFB: hue angle of 229.43º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #294EFB is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 78 | 251 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.02 |
| HSL | 229.43º | 0.96% | 0.57% | - |
| HSV(B) | 229.43º | 0.84% | 0.98% | - |
| XYZ | 21.05 | 12.89 | 92.64 | - |
| YUV | 86.66 | 220.74 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 251 | 0.84 | 0.69 | 0 | 0.02 | 229.43 | 0.96 | 0.57 |
| Hex | 29 | 4E | FB | 54 | 45 | 0 | 2 | E5 | 60 | 39 |
| Octal | 51 | 116 | 373 | 124 | 105 | 0 | 2 | 345 | 140 | 71 |
| Binary | 101001 | 1001110 | 11111011 | 1010100 | 1000101 | 0 | 10 | 11100101 | 1100000 | 111001 |
Color Harmonies of #294EFB
Complementary color
Monochromatic Colors of #294EFB
Black with #294EFB
Text Example
Text Example
White with #294EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294EFB; }
p { color: rgb(41,78,251); }
H1.HeaderClassName
{
color: #294EFB;
}
.AnyTagClassName
{
color: #294EFB;
}
</style>
background-color css
<style>
a { background-color: #294EFB; }
a { background-color: rgb(41,78,251); }
div.DivClassName
{
background-color: #294EFB;
}
.BgClassName
{
background-color: #294EFB;
}
</style>
border-color css
<style>
span { border-color: #294EFB; }
span { border-color: rgb(41,78,251); }
td.TdClassName
{
border-color: #294EFB;
}
.TagClassName
{
border-color: #294EFB;
}
</style>