Shades of Neon Blue #4540EF
Tints of Neon Blue #4540EF
RGB
CMYK
RGB Variations
Color information
#4540EF (or 0x4540EF) is known color: Neon Blue. HEX triplet: 45, 40 and EF. RGB value is (69,64,239). Sum of RGB (Red+Green+Blue) = 69+64+239=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 239 (93.75% from 255 or 64.25% from 372); Max value from RGB is 239 - color contains mainly: blue. Hex color #4540EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4540EF is #BABF10. Grayscale: #545454. Windows color (decimal): -12238609 or 15679557. OLE color: 15679557.
HSL color Cylindrical-coordinate representation of color #4540EF: hue angle of 241.71º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4540EF is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 64 | 239 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.06 |
| HSL | 241.71º | 0.85% | 0.59% | - |
| HSV(B) | 241.71º | 0.73% | 0.94% | - |
| XYZ | 19.87 | 11.16 | 82.77 | - |
| YUV | 85.45 | 214.66 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 239 | 0.71 | 0.73 | 0 | 0.06 | 241.71 | 0.85 | 0.59 |
| Hex | 45 | 40 | EF | 47 | 49 | 0 | 6 | F2 | 55 | 3B |
| Octal | 105 | 100 | 357 | 107 | 111 | 0 | 6 | 362 | 125 | 73 |
| Binary | 1000101 | 1000000 | 11101111 | 1000111 | 1001001 | 0 | 110 | 11110010 | 1010101 | 111011 |
Color Harmonies of #4540EF
Complementary color
Monochromatic Colors of #4540EF
Black with #4540EF
Text Example
Text Example
White with #4540EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4540EF; }
p { color: rgb(69,64,239); }
H1.HeaderClassName
{
color: #4540EF;
}
.AnyTagClassName
{
color: #4540EF;
}
</style>
background-color css
<style>
a { background-color: #4540EF; }
a { background-color: rgb(69,64,239); }
div.DivClassName
{
background-color: #4540EF;
}
.BgClassName
{
background-color: #4540EF;
}
</style>
border-color css
<style>
span { border-color: #4540EF; }
span { border-color: rgb(69,64,239); }
td.TdClassName
{
border-color: #4540EF;
}
.TagClassName
{
border-color: #4540EF;
}
</style>