#5A4FF2

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

Shades of Neon Blue #5A4FF2

Tints of Neon Blue #5A4FF2

Color information

#5A4FF2 (or 0x5A4FF2) is unknown color: approx Neon Blue. HEX triplet: 5A, 4F and F2. RGB value is (90,79,242). Sum of RGB (Red+Green+Blue) = 90+79+242=411 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.90% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 242 (94.92% from 255 or 58.88% from 411); Max value from RGB is 242 - color contains mainly: blue. Hex color #5A4FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A4FF2 is #A5B00D. Grayscale: #646464. Windows color (decimal): -10858510 or 15880026. OLE color: 15880026.

HSL color Cylindrical-coordinate representation of color #5A4FF2: hue angle of 244.05º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A4FF2 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9079242-
CMYK0.630.6700.05
HSL244.05º86.24%62.94%-
HSV(B)244.05º67.36%94.9%-
XYZ23.0414.1885.53-
YUV100.87207.64120.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.90%
GREEN value IS 79 (31.25% from 255) = 19.22%
BLUE value IS 242 (94.92% from 255) = 58.88%
R=21.90%
G=19.22%
B=58.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal90792420.630.6700.05244.0586.2462.94
Hex5A4FF23F4305f4563f
Octal132117362771030536412677
Binary101101010011111111001011111110000110101111101001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,79,242); }

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

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

 a { background-color: rgb(90,79,242); }

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

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

 span { border-color: rgb(90,79,242); }

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