Shades of Neon Blue #294BFC
Tints of Neon Blue #294BFC
RGB
CMYK
RGB Variations
Color information
#294BFC (or 0x294BFC) is known color: Neon Blue. HEX triplet: 29, 4B and FC. RGB value is (41,75,252). Sum of RGB (Red+Green+Blue) = 41+75+252=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #294BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294BFC is #D6B403. Grayscale: #545454. Windows color (decimal): -14070788 or 16534313. OLE color: 16534313.
HSL color Cylindrical-coordinate representation of color #294BFC: hue angle of 230.33º 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 #294BFC is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 75 | 252 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.01 |
| HSL | 230.33º | 0.97% | 0.57% | - |
| HSV(B) | 230.33º | 0.84% | 0.99% | - |
| XYZ | 21 | 12.53 | 93.41 | - |
| YUV | 85.01 | 222.24 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 252 | 0.84 | 0.70 | 0 | 0.01 | 230.33 | 0.97 | 0.57 |
| Hex | 29 | 4B | FC | 54 | 46 | 0 | 1 | E6 | 61 | 39 |
| Octal | 51 | 113 | 374 | 124 | 106 | 0 | 1 | 346 | 141 | 71 |
| Binary | 101001 | 1001011 | 11111100 | 1010100 | 1000110 | 0 | 1 | 11100110 | 1100001 | 111001 |
Color Harmonies of #294BFC
Complementary color
Monochromatic Colors of #294BFC
Black with #294BFC
Text Example
Text Example
White with #294BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294BFC; }
p { color: rgb(41,75,252); }
H1.HeaderClassName
{
color: #294BFC;
}
.AnyTagClassName
{
color: #294BFC;
}
</style>
background-color css
<style>
a { background-color: #294BFC; }
a { background-color: rgb(41,75,252); }
div.DivClassName
{
background-color: #294BFC;
}
.BgClassName
{
background-color: #294BFC;
}
</style>
border-color css
<style>
span { border-color: #294BFC; }
span { border-color: rgb(41,75,252); }
td.TdClassName
{
border-color: #294BFC;
}
.TagClassName
{
border-color: #294BFC;
}
</style>