Shades of Neon Blue #294BF2
Tints of Neon Blue #294BF2
RGB
CMYK
RGB Variations
Color information
#294BF2 (or 0x294BF2) is known color: Neon Blue. HEX triplet: 29, 4B and F2. RGB value is (41,75,242). Sum of RGB (Red+Green+Blue) = 41+75+242=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 242 (94.92% from 255 or 67.60% from 358); Max value from RGB is 242 - color contains mainly: blue. Hex color #294BF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294BF2 is #D6B40D. Grayscale: #535353. Windows color (decimal): -14070798 or 15878953. OLE color: 15878953.
HSL color Cylindrical-coordinate representation of color #294BF2: hue angle of 229.85º degrees, saturation: 0.89, 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 #294BF2 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 75 | 242 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.05 |
| HSL | 229.85º | 0.89% | 0.55% | - |
| HSV(B) | 229.85º | 0.83% | 0.95% | - |
| XYZ | 19.46 | 11.91 | 85.28 | - |
| YUV | 83.87 | 217.24 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 242 | 0.83 | 0.69 | 0 | 0.05 | 229.85 | 0.89 | 0.55 |
| Hex | 29 | 4B | F2 | 53 | 45 | 0 | 5 | E6 | 59 | 37 |
| Octal | 51 | 113 | 362 | 123 | 105 | 0 | 5 | 346 | 131 | 67 |
| Binary | 101001 | 1001011 | 11110010 | 1010011 | 1000101 | 0 | 101 | 11100110 | 1011001 | 110111 |
Color Harmonies of #294BF2
Complementary color
Monochromatic Colors of #294BF2
Black with #294BF2
Text Example
Text Example
White with #294BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294BF2; }
p { color: rgb(41,75,242); }
H1.HeaderClassName
{
color: #294BF2;
}
.AnyTagClassName
{
color: #294BF2;
}
</style>
background-color css
<style>
a { background-color: #294BF2; }
a { background-color: rgb(41,75,242); }
div.DivClassName
{
background-color: #294BF2;
}
.BgClassName
{
background-color: #294BF2;
}
</style>
border-color css
<style>
span { border-color: #294BF2; }
span { border-color: rgb(41,75,242); }
td.TdClassName
{
border-color: #294BF2;
}
.TagClassName
{
border-color: #294BF2;
}
</style>