#5A52E6

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

Shades of Neon Blue #5A52E6

Tints of Neon Blue #5A52E6

Color information

#5A52E6 (or 0x5A52E6) is unknown color: approx Neon Blue. HEX triplet: 5A, 52 and E6. RGB value is (90,82,230). Sum of RGB (Red+Green+Blue) = 90+82+230=402 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.39% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 230 (90.23% from 255 or 57.21% from 402); Max value from RGB is 230 - color contains mainly: blue. Hex color #5A52E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A52E6 is #A5AD19. Grayscale: #646464. Windows color (decimal): -10857754 or 15094362. OLE color: 15094362.

HSL color Cylindrical-coordinate representation of color #5A52E6: hue angle of 243.24º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A52E6 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB9082230-
CMYK0.610.6400.10
HSL243.24º74.75%61.18%-
HSV(B)243.24º64.35%90.2%-
XYZ21.5213.9276.42-
YUV101.26200.65119.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.39%
GREEN value IS 82 (32.42% from 255) = 20.40%
BLUE value IS 230 (90.23% from 255) = 57.21%
R=22.39%
G=20.40%
B=57.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal90822300.610.6400.10243.2474.7561.18
Hex5A52E63D400Af34b3d
Octal1321223467510001236311375
Binary1011010101001011100110111101100000001010111100111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A52E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,82,230); }

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

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

 a { background-color: rgb(90,82,230); }

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

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

 span { border-color: rgb(90,82,230); }

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