#5A41FA

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

Shades of Neon Blue #5A41FA

Tints of Neon Blue #5A41FA

Color information

#5A41FA (or 0x5A41FA) is unknown color: approx Neon Blue. HEX triplet: 5A, 41 and FA. RGB value is (90,65,250). Sum of RGB (Red+Green+Blue) = 90+65+250=405 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.22% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A41FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A41FA is #A5BE05. Grayscale: #5C5C5C. Windows color (decimal): -10862086 or 16400730. OLE color: 16400730.

HSL color Cylindrical-coordinate representation of color #5A41FA: hue angle of 248.11º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A41FA is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9065250-
CMYK0.640.7400.02
HSL248.11º94.87%61.76%-
HSV(B)248.11º74%98.04%-
XYZ23.3612.8691.69-
YUV93.56216.28125.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.22%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 250 (98.05% from 255) = 61.73%
R=22.22%
G=16.05%
B=61.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal90652500.640.7400.02248.1194.8761.76
Hex5A41FA404A02f85f3e
Octal1321013721001120237013776
Binary101101010000011111101010000001001010010111110001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A41FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,65,250); }

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

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

 a { background-color: rgb(90,65,250); }

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

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

 span { border-color: rgb(90,65,250); }

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