Shades of Neon Blue #294AF1
Tints of Neon Blue #294AF1
RGB
CMYK
RGB Variations
Color information
#294AF1 (or 0x294AF1) is known color: Neon Blue. HEX triplet: 29, 4A and F1. RGB value is (41,74,241). Sum of RGB (Red+Green+Blue) = 41+74+241=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 241 (94.53% from 255 or 67.70% from 356); Max value from RGB is 241 - color contains mainly: blue. Hex color #294AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294AF1 is #D6B50E. Grayscale: #525252. Windows color (decimal): -14071055 or 15813161. OLE color: 15813161.
HSL color Cylindrical-coordinate representation of color #294AF1: hue angle of 230.1º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #294AF1 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 74 | 241 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.05 |
| HSL | 230.1º | 0.88% | 0.55% | - |
| HSV(B) | 230.1º | 0.83% | 0.95% | - |
| XYZ | 19.24 | 11.72 | 84.47 | - |
| YUV | 83.17 | 217.07 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 241 | 0.83 | 0.69 | 0 | 0.05 | 230.1 | 0.88 | 0.55 |
| Hex | 29 | 4A | F1 | 53 | 45 | 0 | 5 | E6 | 58 | 37 |
| Octal | 51 | 112 | 361 | 123 | 105 | 0 | 5 | 346 | 130 | 67 |
| Binary | 101001 | 1001010 | 11110001 | 1010011 | 1000101 | 0 | 101 | 11100110 | 1011000 | 110111 |
Color Harmonies of #294AF1
Complementary color
Monochromatic Colors of #294AF1
Black with #294AF1
Text Example
Text Example
White with #294AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294AF1; }
p { color: rgb(41,74,241); }
H1.HeaderClassName
{
color: #294AF1;
}
.AnyTagClassName
{
color: #294AF1;
}
</style>
background-color css
<style>
a { background-color: #294AF1; }
a { background-color: rgb(41,74,241); }
div.DivClassName
{
background-color: #294AF1;
}
.BgClassName
{
background-color: #294AF1;
}
</style>
border-color css
<style>
span { border-color: #294AF1; }
span { border-color: rgb(41,74,241); }
td.TdClassName
{
border-color: #294AF1;
}
.TagClassName
{
border-color: #294AF1;
}
</style>