Shades of Neon Blue #4543EE
Tints of Neon Blue #4543EE
RGB
CMYK
RGB Variations
Color information
#4543EE (or 0x4543EE) is known color: Neon Blue. HEX triplet: 45, 43 and EE. RGB value is (69,67,238). Sum of RGB (Red+Green+Blue) = 69+67+238=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 67 (26.56% from 255 or 17.91% 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 #4543EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4543EE is #BABC11. Grayscale: #565656. Windows color (decimal): -12237842 or 15614789. OLE color: 15614789.
HSL color Cylindrical-coordinate representation of color #4543EE: hue angle of 240.7º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4543EE is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 67 | 238 | - |
| CMYK | 0.71 | 0.72 | 0 | 0.07 |
| HSL | 240.7º | 0.83% | 0.6% | - |
| HSV(B) | 240.7º | 0.72% | 0.93% | - |
| XYZ | 19.89 | 11.45 | 82.05 | - |
| YUV | 87.09 | 213.16 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 67 | 238 | 0.71 | 0.72 | 0 | 0.07 | 240.7 | 0.83 | 0.6 |
| Hex | 45 | 43 | EE | 47 | 48 | 0 | 7 | F1 | 53 | 3C |
| Octal | 105 | 103 | 356 | 107 | 110 | 0 | 7 | 361 | 123 | 74 |
| Binary | 1000101 | 1000011 | 11101110 | 1000111 | 1001000 | 0 | 111 | 11110001 | 1010011 | 111100 |
Color Harmonies of #4543EE
Complementary color
Monochromatic Colors of #4543EE
Black with #4543EE
Text Example
Text Example
White with #4543EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4543EE; }
p { color: rgb(69,67,238); }
H1.HeaderClassName
{
color: #4543EE;
}
.AnyTagClassName
{
color: #4543EE;
}
</style>
background-color css
<style>
a { background-color: #4543EE; }
a { background-color: rgb(69,67,238); }
div.DivClassName
{
background-color: #4543EE;
}
.BgClassName
{
background-color: #4543EE;
}
</style>
border-color css
<style>
span { border-color: #4543EE; }
span { border-color: rgb(69,67,238); }
td.TdClassName
{
border-color: #4543EE;
}
.TagClassName
{
border-color: #4543EE;
}
</style>