Shades of Neon Blue #294CFC
Tints of Neon Blue #294CFC
RGB
CMYK
RGB Variations
Color information
#294CFC (or 0x294CFC) is known color: Neon Blue. HEX triplet: 29, 4C and FC. RGB value is (41,76,252). Sum of RGB (Red+Green+Blue) = 41+76+252=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #294CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294CFC is #D6B303. Grayscale: #545454. Windows color (decimal): -14070532 or 16534569. OLE color: 16534569.
HSL color Cylindrical-coordinate representation of color #294CFC: hue angle of 230.05º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #294CFC is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 76 | 252 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.01 |
| HSL | 230.05º | 0.97% | 0.57% | - |
| HSV(B) | 230.05º | 0.84% | 0.99% | - |
| XYZ | 21.07 | 12.67 | 93.43 | - |
| YUV | 85.6 | 221.9 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 252 | 0.84 | 0.70 | 0 | 0.01 | 230.05 | 0.97 | 0.57 |
| Hex | 29 | 4C | FC | 54 | 46 | 0 | 1 | E6 | 61 | 39 |
| Octal | 51 | 114 | 374 | 124 | 106 | 0 | 1 | 346 | 141 | 71 |
| Binary | 101001 | 1001100 | 11111100 | 1010100 | 1000110 | 0 | 1 | 11100110 | 1100001 | 111001 |
Color Harmonies of #294CFC
Complementary color
Monochromatic Colors of #294CFC
Black with #294CFC
Text Example
Text Example
White with #294CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294CFC; }
p { color: rgb(41,76,252); }
H1.HeaderClassName
{
color: #294CFC;
}
.AnyTagClassName
{
color: #294CFC;
}
</style>
background-color css
<style>
a { background-color: #294CFC; }
a { background-color: rgb(41,76,252); }
div.DivClassName
{
background-color: #294CFC;
}
.BgClassName
{
background-color: #294CFC;
}
</style>
border-color css
<style>
span { border-color: #294CFC; }
span { border-color: rgb(41,76,252); }
td.TdClassName
{
border-color: #294CFC;
}
.TagClassName
{
border-color: #294CFC;
}
</style>