Shades of Neon Blue #294CF3
Tints of Neon Blue #294CF3
RGB
CMYK
RGB Variations
Color information
#294CF3 (or 0x294CF3) is known color: Neon Blue. HEX triplet: 29, 4C and F3. RGB value is (41,76,243). Sum of RGB (Red+Green+Blue) = 41+76+243=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 243 (95.31% from 255 or 67.5% from 360); Max value from RGB is 243 - color contains mainly: blue. Hex color #294CF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294CF3 is #D6B30C. Grayscale: #535353. Windows color (decimal): -14070541 or 15944745. OLE color: 15944745.
HSL color Cylindrical-coordinate representation of color #294CF3: hue angle of 229.6º 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 #294CF3 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 76 | 243 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.05 |
| HSL | 229.6º | 0.89% | 0.56% | - |
| HSV(B) | 229.6º | 0.83% | 0.95% | - |
| XYZ | 19.68 | 12.11 | 86.09 | - |
| YUV | 84.57 | 217.4 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 243 | 0.83 | 0.69 | 0 | 0.05 | 229.6 | 0.89 | 0.56 |
| Hex | 29 | 4C | F3 | 53 | 45 | 0 | 5 | E6 | 59 | 38 |
| Octal | 51 | 114 | 363 | 123 | 105 | 0 | 5 | 346 | 131 | 70 |
| Binary | 101001 | 1001100 | 11110011 | 1010011 | 1000101 | 0 | 101 | 11100110 | 1011001 | 111000 |
Color Harmonies of #294CF3
Complementary color
Monochromatic Colors of #294CF3
Black with #294CF3
Text Example
Text Example
White with #294CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294CF3; }
p { color: rgb(41,76,243); }
H1.HeaderClassName
{
color: #294CF3;
}
.AnyTagClassName
{
color: #294CF3;
}
</style>
background-color css
<style>
a { background-color: #294CF3; }
a { background-color: rgb(41,76,243); }
div.DivClassName
{
background-color: #294CF3;
}
.BgClassName
{
background-color: #294CF3;
}
</style>
border-color css
<style>
span { border-color: #294CF3; }
span { border-color: rgb(41,76,243); }
td.TdClassName
{
border-color: #294CF3;
}
.TagClassName
{
border-color: #294CF3;
}
</style>