Shades of Neon Blue #294AF3
Tints of Neon Blue #294AF3
RGB
CMYK
RGB Variations
Color information
#294AF3 (or 0x294AF3) is known color: Neon Blue. HEX triplet: 29, 4A and F3. RGB value is (41,74,243). Sum of RGB (Red+Green+Blue) = 41+74+243=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 243 (95.31% from 255 or 67.88% from 358); Max value from RGB is 243 - color contains mainly: blue. Hex color #294AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294AF3 is #D6B50C. Grayscale: #525252. Windows color (decimal): -14071053 or 15944233. OLE color: 15944233.
HSL color Cylindrical-coordinate representation of color #294AF3: hue angle of 230.2º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #294AF3 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 74 | 243 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.05 |
| HSL | 230.2º | 0.89% | 0.56% | - |
| HSV(B) | 230.2º | 0.83% | 0.95% | - |
| XYZ | 19.54 | 11.84 | 86.05 | - |
| YUV | 83.4 | 218.07 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 243 | 0.83 | 0.70 | 0 | 0.05 | 230.2 | 0.89 | 0.56 |
| Hex | 29 | 4A | F3 | 53 | 46 | 0 | 5 | E6 | 59 | 38 |
| Octal | 51 | 112 | 363 | 123 | 106 | 0 | 5 | 346 | 131 | 70 |
| Binary | 101001 | 1001010 | 11110011 | 1010011 | 1000110 | 0 | 101 | 11100110 | 1011001 | 111000 |
Color Harmonies of #294AF3
Complementary color
Monochromatic Colors of #294AF3
Black with #294AF3
Text Example
Text Example
White with #294AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294AF3; }
p { color: rgb(41,74,243); }
H1.HeaderClassName
{
color: #294AF3;
}
.AnyTagClassName
{
color: #294AF3;
}
</style>
background-color css
<style>
a { background-color: #294AF3; }
a { background-color: rgb(41,74,243); }
div.DivClassName
{
background-color: #294AF3;
}
.BgClassName
{
background-color: #294AF3;
}
</style>
border-color css
<style>
span { border-color: #294AF3; }
span { border-color: rgb(41,74,243); }
td.TdClassName
{
border-color: #294AF3;
}
.TagClassName
{
border-color: #294AF3;
}
</style>