Shades of Neon Blue #294CF8
Tints of Neon Blue #294CF8
RGB
CMYK
RGB Variations
Color information
#294CF8 (or 0x294CF8) is known color: Neon Blue. HEX triplet: 29, 4C and F8. RGB value is (41,76,248). Sum of RGB (Red+Green+Blue) = 41+76+248=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 248 (97.27% from 255 or 67.95% from 365); Max value from RGB is 248 - color contains mainly: blue. Hex color #294CF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294CF8 is #D6B307. Grayscale: #545454. Windows color (decimal): -14070536 or 16272425. OLE color: 16272425.
HSL color Cylindrical-coordinate representation of color #294CF8: hue angle of 229.86º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #294CF8 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 41 | 76 | 248 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.03 |
| HSL | 229.86º | 0.94% | 0.57% | - |
| HSV(B) | 229.86º | 0.83% | 0.97% | - |
| XYZ | 20.44 | 12.42 | 90.13 | - |
| YUV | 85.14 | 219.9 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 248 | 0.83 | 0.69 | 0 | 0.03 | 229.86 | 0.94 | 0.57 |
| Hex | 29 | 4C | F8 | 53 | 45 | 0 | 3 | E6 | 5E | 39 |
| Octal | 51 | 114 | 370 | 123 | 105 | 0 | 3 | 346 | 136 | 71 |
| Binary | 101001 | 1001100 | 11111000 | 1010011 | 1000101 | 0 | 11 | 11100110 | 1011110 | 111001 |
Color Harmonies of #294CF8
Complementary color
Monochromatic Colors of #294CF8
Black with #294CF8
Text Example
Text Example
White with #294CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294CF8; }
p { color: rgb(41,76,248); }
H1.HeaderClassName
{
color: #294CF8;
}
.AnyTagClassName
{
color: #294CF8;
}
</style>
background-color css
<style>
a { background-color: #294CF8; }
a { background-color: rgb(41,76,248); }
div.DivClassName
{
background-color: #294CF8;
}
.BgClassName
{
background-color: #294CF8;
}
</style>
border-color css
<style>
span { border-color: #294CF8; }
span { border-color: rgb(41,76,248); }
td.TdClassName
{
border-color: #294CF8;
}
.TagClassName
{
border-color: #294CF8;
}
</style>