#5A6EFB

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

Shades of Neon Blue #5A6EFB

Tints of Neon Blue #5A6EFB

Color information

#5A6EFB (or 0x5A6EFB) is unknown color: approx Neon Blue. HEX triplet: 5A, 6E and FB. RGB value is (90,110,251). Sum of RGB (Red+Green+Blue) = 90+110+251=451 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.96% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A6EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6EFB is #A59104. Grayscale: #777777. Windows color (decimal): -10850565 or 16477786. OLE color: 16477786.

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

Color convert

RGB90110251-
CMYK0.640.5600.02
HSL232.55º95.27%66.86%-
HSV(B)232.55º64.14%98.43%-
XYZ27.220.2993.75-
YUV120.09201.87106.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.96%
GREEN value IS 110 (43.36% from 255) = 24.39%
BLUE value IS 251 (98.44% from 255) = 55.65%
R=19.96%
G=24.39%
B=55.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal901102510.640.5600.02232.5595.2766.86
Hex5A6EFB403802e95f43
Octal1321563731007002351137103
Binary101101011011101111101110000001110000101110100110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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