Shades of Neon Blue #4049F8
Tints of Neon Blue #4049F8
RGB
CMYK
RGB Variations
Color information
#4049F8 (or 0x4049F8) is known color: Neon Blue. HEX triplet: 40, 49 and F8. RGB value is (64,73,248). Sum of RGB (Red+Green+Blue) = 64+73+248=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 248 (97.27% from 255 or 64.42% from 385); Max value from RGB is 248 - color contains mainly: blue. Hex color #4049F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4049F8 is #BFB607. Grayscale: #595959. Windows color (decimal): -12563976 or 16271680. OLE color: 16271680.
HSL color Cylindrical-coordinate representation of color #4049F8: hue angle of 237.07º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4049F8 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 73 | 248 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.03 |
| HSL | 237.07º | 0.93% | 0.61% | - |
| HSV(B) | 237.07º | 0.74% | 0.97% | - |
| XYZ | 21.44 | 12.63 | 90.12 | - |
| YUV | 90.26 | 217.02 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 248 | 0.74 | 0.71 | 0 | 0.03 | 237.07 | 0.93 | 0.61 |
| Hex | 40 | 49 | F8 | 4A | 47 | 0 | 3 | ED | 5D | 3D |
| Octal | 100 | 111 | 370 | 112 | 107 | 0 | 3 | 355 | 135 | 75 |
| Binary | 1000000 | 1001001 | 11111000 | 1001010 | 1000111 | 0 | 11 | 11101101 | 1011101 | 111101 |
Color Harmonies of #4049F8
Complementary color
Monochromatic Colors of #4049F8
Black with #4049F8
Text Example
Text Example
White with #4049F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4049F8; }
p { color: rgb(64,73,248); }
H1.HeaderClassName
{
color: #4049F8;
}
.AnyTagClassName
{
color: #4049F8;
}
</style>
background-color css
<style>
a { background-color: #4049F8; }
a { background-color: rgb(64,73,248); }
div.DivClassName
{
background-color: #4049F8;
}
.BgClassName
{
background-color: #4049F8;
}
</style>
border-color css
<style>
span { border-color: #4049F8; }
span { border-color: rgb(64,73,248); }
td.TdClassName
{
border-color: #4049F8;
}
.TagClassName
{
border-color: #4049F8;
}
</style>