Shades of Neon Blue #294FFB
Tints of Neon Blue #294FFB
RGB
CMYK
RGB Variations
Color information
#294FFB (or 0x294FFB) is known color: Neon Blue. HEX triplet: 29, 4F and FB. RGB value is (41,79,251). Sum of RGB (Red+Green+Blue) = 41+79+251=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #294FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294FFB is #D6B004. Grayscale: #565656. Windows color (decimal): -14069765 or 16469801. OLE color: 16469801.
HSL color Cylindrical-coordinate representation of color #294FFB: hue angle of 229.14º 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 #294FFB is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 79 | 251 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.02 |
| HSL | 229.14º | 0.96% | 0.57% | - |
| HSV(B) | 229.14º | 0.84% | 0.98% | - |
| XYZ | 21.12 | 13.03 | 92.67 | - |
| YUV | 87.25 | 220.41 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 251 | 0.84 | 0.69 | 0 | 0.02 | 229.14 | 0.96 | 0.57 |
| Hex | 29 | 4F | FB | 54 | 45 | 0 | 2 | E5 | 60 | 39 |
| Octal | 51 | 117 | 373 | 124 | 105 | 0 | 2 | 345 | 140 | 71 |
| Binary | 101001 | 1001111 | 11111011 | 1010100 | 1000101 | 0 | 10 | 11100101 | 1100000 | 111001 |
Color Harmonies of #294FFB
Complementary color
Monochromatic Colors of #294FFB
Black with #294FFB
Text Example
Text Example
White with #294FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294FFB; }
p { color: rgb(41,79,251); }
H1.HeaderClassName
{
color: #294FFB;
}
.AnyTagClassName
{
color: #294FFB;
}
</style>
background-color css
<style>
a { background-color: #294FFB; }
a { background-color: rgb(41,79,251); }
div.DivClassName
{
background-color: #294FFB;
}
.BgClassName
{
background-color: #294FFB;
}
</style>
border-color css
<style>
span { border-color: #294FFB; }
span { border-color: rgb(41,79,251); }
td.TdClassName
{
border-color: #294FFB;
}
.TagClassName
{
border-color: #294FFB;
}
</style>