#5A58FB

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

Shades of Neon Blue #5A58FB

Tints of Neon Blue #5A58FB

Color information

#5A58FB (or 0x5A58FB) is unknown color: approx Neon Blue. HEX triplet: 5A, 58 and FB. RGB value is (90,88,251). Sum of RGB (Red+Green+Blue) = 90+88+251=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A58FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A58FB is #A5A704. Grayscale: #6A6A6A. Windows color (decimal): -10856197 or 16472154. OLE color: 16472154.

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

Color convert

RGB9088251-
CMYK0.640.6500.02
HSL240.74º95.32%66.47%-
HSV(B)240.74º64.94%98.43%-
XYZ25.1216.1293.05-
YUV107.18209.16115.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.98%
GREEN value IS 88 (34.77% from 255) = 20.51%
BLUE value IS 251 (98.44% from 255) = 58.51%
R=20.98%
G=20.51%
B=58.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal90882510.640.6500.02240.7495.3266.47
Hex5A58FB404102f15f42
Octal13213037310010102361137102
Binary1011010101100011111011100000010000010101111000110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A58FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,88,251); }

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

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

 a { background-color: rgb(90,88,251); }

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

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

 span { border-color: rgb(90,88,251); }

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