Shades of Neon Blue #4048EE
Tints of Neon Blue #4048EE
RGB
CMYK
RGB Variations
Color information
#4048EE (or 0x4048EE) is known color: Neon Blue. HEX triplet: 40, 48 and EE. RGB value is (64,72,238). Sum of RGB (Red+Green+Blue) = 64+72+238=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #4048EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4048EE is #BFB711. Grayscale: #575757. Windows color (decimal): -12564242 or 15616064. OLE color: 15616064.
HSL color Cylindrical-coordinate representation of color #4048EE: hue angle of 237.24º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4048EE is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 72 | 238 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.07 |
| HSL | 237.24º | 0.84% | 0.59% | - |
| HSV(B) | 237.24º | 0.73% | 0.93% | - |
| XYZ | 19.86 | 11.9 | 82.14 | - |
| YUV | 88.53 | 212.35 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 238 | 0.73 | 0.70 | 0 | 0.07 | 237.24 | 0.84 | 0.59 |
| Hex | 40 | 48 | EE | 49 | 46 | 0 | 7 | ED | 54 | 3B |
| Octal | 100 | 110 | 356 | 111 | 106 | 0 | 7 | 355 | 124 | 73 |
| Binary | 1000000 | 1001000 | 11101110 | 1001001 | 1000110 | 0 | 111 | 11101101 | 1010100 | 111011 |
Color Harmonies of #4048EE
Complementary color
Monochromatic Colors of #4048EE
Black with #4048EE
Text Example
Text Example
White with #4048EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4048EE; }
p { color: rgb(64,72,238); }
H1.HeaderClassName
{
color: #4048EE;
}
.AnyTagClassName
{
color: #4048EE;
}
</style>
background-color css
<style>
a { background-color: #4048EE; }
a { background-color: rgb(64,72,238); }
div.DivClassName
{
background-color: #4048EE;
}
.BgClassName
{
background-color: #4048EE;
}
</style>
border-color css
<style>
span { border-color: #4048EE; }
span { border-color: rgb(64,72,238); }
td.TdClassName
{
border-color: #4048EE;
}
.TagClassName
{
border-color: #4048EE;
}
</style>