#5A5DFF

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

Shades of Neon Blue #5A5DFF

Tints of Neon Blue #5A5DFF

Color information

#5A5DFF (or 0x5A5DFF) is unknown color: approx Neon Blue. HEX triplet: 5A, 5D and FF. RGB value is (90,93,255). Sum of RGB (Red+Green+Blue) = 90+93+255=438 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.55% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A5DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A5DFF is #A5A200. Grayscale: #6D6D6D. Windows color (decimal): -10854913 or 16735578. OLE color: 16735578.

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

Color convert

RGB9093255-
CMYK0.650.6400
HSL238.91º100%67.65%-
HSV(B)238.91º64.71%100%-
XYZ26.1817.2296.55-
YUV110.57209.51113.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.55%
GREEN value IS 93 (36.72% from 255) = 21.23%
BLUE value IS 255 (100% from 255) = 58.22%
R=20.55%
G=21.23%
B=58.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal90932550.650.6400238.9110067.65
Hex5A5DFF414000ef6444
Octal13213537710110000357144104
Binary101101010111011111111110000011000000001110111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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