Shades of Neon Blue #4548EE
Tints of Neon Blue #4548EE
RGB
CMYK
RGB Variations
Color information
#4548EE (or 0x4548EE) is known color: Neon Blue. HEX triplet: 45, 48 and EE. RGB value is (69,72,238). Sum of RGB (Red+Green+Blue) = 69+72+238=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #4548EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4548EE is #BAB711. Grayscale: #595959. Windows color (decimal): -12236562 or 15616069. OLE color: 15616069.
HSL color Cylindrical-coordinate representation of color #4548EE: hue angle of 238.93º 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 #4548EE is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 72 | 238 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.07 |
| HSL | 238.93º | 0.83% | 0.6% | - |
| HSV(B) | 238.93º | 0.71% | 0.93% | - |
| XYZ | 20.2 | 12.07 | 82.15 | - |
| YUV | 90.03 | 211.51 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 238 | 0.71 | 0.70 | 0 | 0.07 | 238.93 | 0.83 | 0.6 |
| Hex | 45 | 48 | EE | 47 | 46 | 0 | 7 | EF | 53 | 3C |
| Octal | 105 | 110 | 356 | 107 | 106 | 0 | 7 | 357 | 123 | 74 |
| Binary | 1000101 | 1001000 | 11101110 | 1000111 | 1000110 | 0 | 111 | 11101111 | 1010011 | 111100 |
Color Harmonies of #4548EE
Complementary color
Monochromatic Colors of #4548EE
Black with #4548EE
Text Example
Text Example
White with #4548EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4548EE; }
p { color: rgb(69,72,238); }
H1.HeaderClassName
{
color: #4548EE;
}
.AnyTagClassName
{
color: #4548EE;
}
</style>
background-color css
<style>
a { background-color: #4548EE; }
a { background-color: rgb(69,72,238); }
div.DivClassName
{
background-color: #4548EE;
}
.BgClassName
{
background-color: #4548EE;
}
</style>
border-color css
<style>
span { border-color: #4548EE; }
span { border-color: rgb(69,72,238); }
td.TdClassName
{
border-color: #4548EE;
}
.TagClassName
{
border-color: #4548EE;
}
</style>