#5A42EE

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

Shades of Neon Blue #5A42EE

Tints of Neon Blue #5A42EE

Color information

#5A42EE (or 0x5A42EE) is unknown color: approx Neon Blue. HEX triplet: 5A, 42 and EE. RGB value is (90,66,238). Sum of RGB (Red+Green+Blue) = 90+66+238=394 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.84% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A42EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A42EE is #A5BD11. Grayscale: #5C5C5C. Windows color (decimal): -10861842 or 15614554. OLE color: 15614554.

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

Color convert

RGB9066238-
CMYK0.620.7200.07
HSL248.37º83.5%59.61%-
HSV(B)248.37º72.27%93.33%-
XYZ21.612.2482.11-
YUV92.78209.95126.01-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.84%
GREEN value IS 66 (26.17% from 255) = 16.75%
BLUE value IS 238 (93.36% from 255) = 60.41%
R=22.84%
G=16.75%
B=60.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal90662380.620.7200.07248.3783.559.61
Hex5A42EE3E4807f8533c
Octal132102356761100737012374
Binary101101010000101110111011111010010000111111110001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A42EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,66,238); }

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

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

 a { background-color: rgb(90,66,238); }

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

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

 span { border-color: rgb(90,66,238); }

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