#5E45EE

Color #5E45EE Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5E45EE

Tints of Neon Blue #5E45EE

Color information

#5E45EE (or 0x5E45EE) is unknown color: approx Neon Blue. HEX triplet: 5E, 45 and EE. RGB value is (94,69,238). Sum of RGB (Red+Green+Blue) = 94+69+238=401 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.44% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #5E45EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E45EE is #A1BA11. Grayscale: #5F5F5F. Windows color (decimal): -10598930 or 15615326. OLE color: 15615326.

HSL color Cylindrical-coordinate representation of color #5E45EE: hue angle of 248.88º 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 #5E45EE is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9469238-
CMYK0.610.7100.07
HSL248.88º83.25%60.2%-
HSV(B)248.88º71.01%93.33%-
XYZ22.1812.8182.19-
YUV95.74208.28126.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 23.44%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 238 (93.36% from 255) = 59.35%
R=23.44%
G=17.21%
B=59.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal94692380.610.7100.07248.8883.2560.2
Hex5E45EE3D4707f9533c
Octal136105356751070737112374
Binary101111010001011110111011110110001110111111110011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E45EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E45EE; }

 p { color: rgb(94,69,238); }

 H1.HeaderClassName
 {
   color: #5E45EE;
 }
 .AnyTagClassName
 {
   color: #5E45EE;
 }
</style>
background-color css

<style>
 a { background-color: #5E45EE; }

 a { background-color: rgb(94,69,238); }

 div.DivClassName
 {
   background-color: #5E45EE;
 }
 .BgClassName
 {
   background-color: #5E45EE;
 }
</style>
border-color css

<style>
 span { border-color: #5E45EE; }

 span { border-color: rgb(94,69,238); }

 td.TdClassName
 {
   border-color: #5E45EE;
 }
 .TagClassName
 {
   border-color: #5E45EE;
 }
</style>