#5A3CF5

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

Shades of Neon Blue #5A3CF5

Tints of Neon Blue #5A3CF5

Color information

#5A3CF5 (or 0x5A3CF5) is unknown color: approx Neon Blue. HEX triplet: 5A, 3C and F5. RGB value is (90,60,245). Sum of RGB (Red+Green+Blue) = 90+60+245=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 245 (96.09% from 255 or 62.03% from 395); Max value from RGB is 245 - color contains mainly: blue. Hex color #5A3CF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A3CF5 is #A5C30A. Grayscale: #595959. Windows color (decimal): -10863371 or 16071770. OLE color: 16071770.

HSL color Cylindrical-coordinate representation of color #5A3CF5: hue angle of 249.73º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A3CF5 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9060245-
CMYK0.630.7600.04
HSL249.73º90.24%59.8%-
HSV(B)249.73º75.51%96.08%-
XYZ22.311287.53-
YUV90.06215.44127.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.78%
GREEN value IS 60 (23.83% from 255) = 15.19%
BLUE value IS 245 (96.09% from 255) = 62.03%
R=22.78%
G=15.19%
B=62.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal90602450.630.7600.04249.7390.2459.8
Hex5A3CF53F4C04fa5a3c
Octal13274365771140437213274
Binary10110101111001111010111111110011000100111110101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,60,245); }

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

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

 a { background-color: rgb(90,60,245); }

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

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

 span { border-color: rgb(90,60,245); }

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