#5A3DF8

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

Shades of Neon Blue #5A3DF8

Tints of Neon Blue #5A3DF8

Color information

#5A3DF8 (or 0x5A3DF8) is unknown color: approx Neon Blue. HEX triplet: 5A, 3D and F8. RGB value is (90,61,248). Sum of RGB (Red+Green+Blue) = 90+61+248=399 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.56% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 248 (97.27% from 255 or 62.16% from 399); Max value from RGB is 248 - color contains mainly: blue. Hex color #5A3DF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A3DF8 is #A5C207. Grayscale: #5A5A5A. Windows color (decimal): -10863112 or 16268634. OLE color: 16268634.

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

Color convert

RGB9061248-
CMYK0.640.7500.03
HSL249.3º93.03%60.59%-
HSV(B)249.3º75.4%97.25%-
XYZ22.8312.2989.98-
YUV90.99216.61127.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.56%
GREEN value IS 61 (24.22% from 255) = 15.29%
BLUE value IS 248 (97.27% from 255) = 62.16%
R=22.56%
G=15.29%
B=62.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal90612480.640.7500.03249.393.0360.59
Hex5A3DF8404B03f95d3d
Octal132753701001130337113575
Binary10110101111011111100010000001001011011111110011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,61,248); }

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

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

 a { background-color: rgb(90,61,248); }

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

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

 span { border-color: rgb(90,61,248); }

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