Shades of Neon Blue #294AFF
Tints of Neon Blue #294AFF
RGB
CMYK
RGB Variations
Color information
#294AFF (or 0x294AFF) is known color: Neon Blue. HEX triplet: 29, 4A and FF. RGB value is (41,74,255). Sum of RGB (Red+Green+Blue) = 41+74+255=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #294AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294AFF is #D6B500. Grayscale: #545454. Windows color (decimal): -14071041 or 16730665. OLE color: 16730665.
HSL color Cylindrical-coordinate representation of color #294AFF: hue angle of 230.75º 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 #294AFF is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 74 | 255 | - |
| CMYK | 0.84 | 0.71 | 0 | 0 |
| HSL | 230.75º | 1% | 0.58% | - |
| HSV(B) | 230.75º | 0.84% | 1% | - |
| XYZ | 21.41 | 12.59 | 95.91 | - |
| YUV | 84.77 | 224.07 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 255 | 0.84 | 0.71 | 0 | 0 | 230.75 | 1 | 0.58 |
| Hex | 29 | 4A | FF | 54 | 47 | 0 | 0 | E7 | 64 | 3A |
| Octal | 51 | 112 | 377 | 124 | 107 | 0 | 0 | 347 | 144 | 72 |
| Binary | 101001 | 1001010 | 11111111 | 1010100 | 1000111 | 0 | 0 | 11100111 | 1100100 | 111010 |
Color Harmonies of #294AFF
Complementary color
Monochromatic Colors of #294AFF
Black with #294AFF
Text Example
Text Example
White with #294AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294AFF; }
p { color: rgb(41,74,255); }
H1.HeaderClassName
{
color: #294AFF;
}
.AnyTagClassName
{
color: #294AFF;
}
</style>
background-color css
<style>
a { background-color: #294AFF; }
a { background-color: rgb(41,74,255); }
div.DivClassName
{
background-color: #294AFF;
}
.BgClassName
{
background-color: #294AFF;
}
</style>
border-color css
<style>
span { border-color: #294AFF; }
span { border-color: rgb(41,74,255); }
td.TdClassName
{
border-color: #294AFF;
}
.TagClassName
{
border-color: #294AFF;
}
</style>