Shades of Neon Blue #4540EE
Tints of Neon Blue #4540EE
RGB
CMYK
RGB Variations
Color information
#4540EE (or 0x4540EE) is known color: Neon Blue. HEX triplet: 45, 40 and EE. RGB value is (69,64,238). Sum of RGB (Red+Green+Blue) = 69+64+238=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #4540EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4540EE is #BABF11. Grayscale: #545454. Windows color (decimal): -12238610 or 15614021. OLE color: 15614021.
HSL color Cylindrical-coordinate representation of color #4540EE: hue angle of 241.72º 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 #4540EE is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 64 | 238 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.07 |
| HSL | 241.72º | 0.84% | 0.59% | - |
| HSV(B) | 241.72º | 0.73% | 0.93% | - |
| XYZ | 19.72 | 11.11 | 81.99 | - |
| YUV | 85.33 | 214.16 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 238 | 0.71 | 0.73 | 0 | 0.07 | 241.72 | 0.84 | 0.59 |
| Hex | 45 | 40 | EE | 47 | 49 | 0 | 7 | F2 | 54 | 3B |
| Octal | 105 | 100 | 356 | 107 | 111 | 0 | 7 | 362 | 124 | 73 |
| Binary | 1000101 | 1000000 | 11101110 | 1000111 | 1001001 | 0 | 111 | 11110010 | 1010100 | 111011 |
Color Harmonies of #4540EE
Complementary color
Monochromatic Colors of #4540EE
Black with #4540EE
Text Example
Text Example
White with #4540EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4540EE; }
p { color: rgb(69,64,238); }
H1.HeaderClassName
{
color: #4540EE;
}
.AnyTagClassName
{
color: #4540EE;
}
</style>
background-color css
<style>
a { background-color: #4540EE; }
a { background-color: rgb(69,64,238); }
div.DivClassName
{
background-color: #4540EE;
}
.BgClassName
{
background-color: #4540EE;
}
</style>
border-color css
<style>
span { border-color: #4540EE; }
span { border-color: rgb(69,64,238); }
td.TdClassName
{
border-color: #4540EE;
}
.TagClassName
{
border-color: #4540EE;
}
</style>