#5A56FF

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

Shades of Neon Blue #5A56FF

Tints of Neon Blue #5A56FF

Color information

#5A56FF (or 0x5A56FF) is unknown color: approx Neon Blue. HEX triplet: 5A, 56 and FF. RGB value is (90,86,255). Sum of RGB (Red+Green+Blue) = 90+86+255=431 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.88% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A56FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A56FF is #A5A900. Grayscale: #696969. Windows color (decimal): -10856705 or 16733786. OLE color: 16733786.

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

Color convert

RGB9086255-
CMYK0.650.6600
HSL241.42º100%66.86%-
HSV(B)241.42º66.27%100%-
XYZ25.5916.0596.36-
YUV106.46211.83116.26-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.88%
GREEN value IS 86 (33.98% from 255) = 19.95%
BLUE value IS 255 (100% from 255) = 59.16%
R=20.88%
G=19.95%
B=59.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal90862550.650.6600241.4210066.86
Hex5A56FF414200f16443
Octal13212637710110200361144103
Binary101101010101101111111110000011000010001111000111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A56FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,86,255); }

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

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

 a { background-color: rgb(90,86,255); }

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

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

 span { border-color: rgb(90,86,255); }

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