Shades of Neon Blue #4545EE
Tints of Neon Blue #4545EE
RGB
CMYK
RGB Variations
Color information
#4545EE (or 0x4545EE) is known color: Neon Blue. HEX triplet: 45, 45 and EE. RGB value is (69,69,238). Sum of RGB (Red+Green+Blue) = 69+69+238=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 238 (93.36% from 255 or 63.30% from 376); Max value from RGB is 238 - color contains mainly: blue. Hex color #4545EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4545EE is #BABA11. Grayscale: #575757. Windows color (decimal): -12237330 or 15615301. OLE color: 15615301.
HSL color Cylindrical-coordinate representation of color #4545EE: hue angle of 240º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4545EE is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 69 | 238 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.07 |
| HSL | 240º | 0.83% | 0.6% | - |
| HSV(B) | 240º | 0.71% | 0.93% | - |
| XYZ | 20.01 | 11.69 | 82.09 | - |
| YUV | 88.27 | 212.5 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 69 | 238 | 0.71 | 0.71 | 0 | 0.07 | 240 | 0.83 | 0.6 |
| Hex | 45 | 45 | EE | 47 | 47 | 0 | 7 | F0 | 53 | 3C |
| Octal | 105 | 105 | 356 | 107 | 107 | 0 | 7 | 360 | 123 | 74 |
| Binary | 1000101 | 1000101 | 11101110 | 1000111 | 1000111 | 0 | 111 | 11110000 | 1010011 | 111100 |
Color Harmonies of #4545EE
Complementary color
Monochromatic Colors of #4545EE
Black with #4545EE
Text Example
Text Example
White with #4545EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4545EE; }
p { color: rgb(69,69,238); }
H1.HeaderClassName
{
color: #4545EE;
}
.AnyTagClassName
{
color: #4545EE;
}
</style>
background-color css
<style>
a { background-color: #4545EE; }
a { background-color: rgb(69,69,238); }
div.DivClassName
{
background-color: #4545EE;
}
.BgClassName
{
background-color: #4545EE;
}
</style>
border-color css
<style>
span { border-color: #4545EE; }
span { border-color: rgb(69,69,238); }
td.TdClassName
{
border-color: #4545EE;
}
.TagClassName
{
border-color: #4545EE;
}
</style>