#5C5AFF

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

Shades of Neon Blue #5C5AFF

Tints of Neon Blue #5C5AFF

Color information

#5C5AFF (or 0x5C5AFF) is unknown color: approx Neon Blue. HEX triplet: 5C, 5A and FF. RGB value is (92,90,255). Sum of RGB (Red+Green+Blue) = 92+90+255=437 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.05% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C5AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C5AFF is #A3A500. Grayscale: #6C6C6C. Windows color (decimal): -10724609 or 16734812. OLE color: 16734812.

HSL color Cylindrical-coordinate representation of color #5C5AFF: hue angle of 240.73º 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 #5C5AFF is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB9290255-
CMYK0.640.6500
HSL240.73º100%67.65%-
HSV(B)240.73º64.71%100%-
XYZ26.1216.8196.48-
YUV109.41210.16115.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.05%
GREEN value IS 90 (35.55% from 255) = 20.59%
BLUE value IS 255 (100% from 255) = 58.35%
R=21.05%
G=20.59%
B=58.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal92902550.640.6500240.7310067.65
Hex5C5AFF404100f16444
Octal13413237710010100361144104
Binary101110010110101111111110000001000001001111000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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