Shades of Neon Blue #294EF8
Tints of Neon Blue #294EF8
RGB
CMYK
RGB Variations
Color information
#294EF8 (or 0x294EF8) is known color: Neon Blue. HEX triplet: 29, 4E and F8. RGB value is (41,78,248). Sum of RGB (Red+Green+Blue) = 41+78+248=367 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.17% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 248 (97.27% from 255 or 67.57% from 367); Max value from RGB is 248 - color contains mainly: blue. Hex color #294EF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294EF8 is #D6B107. Grayscale: #555555. Windows color (decimal): -14070024 or 16272937. OLE color: 16272937.
HSL color Cylindrical-coordinate representation of color #294EF8: hue angle of 229.28º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #294EF8 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 41 | 78 | 248 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.03 |
| HSL | 229.28º | 0.94% | 0.57% | - |
| HSV(B) | 229.28º | 0.83% | 0.97% | - |
| XYZ | 20.58 | 12.7 | 90.17 | - |
| YUV | 86.32 | 219.24 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 248 | 0.83 | 0.69 | 0 | 0.03 | 229.28 | 0.94 | 0.57 |
| Hex | 29 | 4E | F8 | 53 | 45 | 0 | 3 | E5 | 5E | 39 |
| Octal | 51 | 116 | 370 | 123 | 105 | 0 | 3 | 345 | 136 | 71 |
| Binary | 101001 | 1001110 | 11111000 | 1010011 | 1000101 | 0 | 11 | 11100101 | 1011110 | 111001 |
Color Harmonies of #294EF8
Complementary color
Monochromatic Colors of #294EF8
Black with #294EF8
Text Example
Text Example
White with #294EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294EF8; }
p { color: rgb(41,78,248); }
H1.HeaderClassName
{
color: #294EF8;
}
.AnyTagClassName
{
color: #294EF8;
}
</style>
background-color css
<style>
a { background-color: #294EF8; }
a { background-color: rgb(41,78,248); }
div.DivClassName
{
background-color: #294EF8;
}
.BgClassName
{
background-color: #294EF8;
}
</style>
border-color css
<style>
span { border-color: #294EF8; }
span { border-color: rgb(41,78,248); }
td.TdClassName
{
border-color: #294EF8;
}
.TagClassName
{
border-color: #294EF8;
}
</style>