Shades of Neon Blue #294CFE
Tints of Neon Blue #294CFE
RGB
CMYK
RGB Variations
Color information
#294CFE (or 0x294CFE) is known color: Neon Blue. HEX triplet: 29, 4C and FE. RGB value is (41,76,254). Sum of RGB (Red+Green+Blue) = 41+76+254=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #294CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294CFE is #D6B301. Grayscale: #555555. Windows color (decimal): -14070530 or 16665641. OLE color: 16665641.
HSL color Cylindrical-coordinate representation of color #294CFE: hue angle of 230.14º 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 #294CFE is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 76 | 254 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.00 |
| HSL | 230.14º | 0.99% | 0.58% | - |
| HSV(B) | 230.14º | 0.84% | 1% | - |
| XYZ | 21.39 | 12.8 | 95.11 | - |
| YUV | 85.83 | 222.9 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 254 | 0.84 | 0.70 | 0 | 0.00 | 230.14 | 0.99 | 0.58 |
| Hex | 29 | 4C | FE | 54 | 46 | 0 | 0 | E6 | 63 | 3A |
| Octal | 51 | 114 | 376 | 124 | 106 | 0 | 0 | 346 | 143 | 72 |
| Binary | 101001 | 1001100 | 11111110 | 1010100 | 1000110 | 0 | 0 | 11100110 | 1100011 | 111010 |
Color Harmonies of #294CFE
Complementary color
Monochromatic Colors of #294CFE
Black with #294CFE
Text Example
Text Example
White with #294CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294CFE; }
p { color: rgb(41,76,254); }
H1.HeaderClassName
{
color: #294CFE;
}
.AnyTagClassName
{
color: #294CFE;
}
</style>
background-color css
<style>
a { background-color: #294CFE; }
a { background-color: rgb(41,76,254); }
div.DivClassName
{
background-color: #294CFE;
}
.BgClassName
{
background-color: #294CFE;
}
</style>
border-color css
<style>
span { border-color: #294CFE; }
span { border-color: rgb(41,76,254); }
td.TdClassName
{
border-color: #294CFE;
}
.TagClassName
{
border-color: #294CFE;
}
</style>