#505AED

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

Shades of Neon Blue #505AED

Tints of Neon Blue #505AED

Color information

#505AED (or 0x505AED) is unknown color: approx Neon Blue. HEX triplet: 50, 5A and ED. RGB value is (80,90,237). Sum of RGB (Red+Green+Blue) = 80+90+237=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #505AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505AED is #AFA512. Grayscale: #676767. Windows color (decimal): -11511059 or 15555152. OLE color: 15555152.

HSL color Cylindrical-coordinate representation of color #505AED: hue angle of 236.18º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #505AED is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8090237-
CMYK0.660.6200.07
HSL236.18º81.35%62.16%-
HSV(B)236.18º66.24%92.94%-
XYZ22.2515.1381.87-
YUV103.77203.19111.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.66%
GREEN value IS 90 (35.55% from 255) = 22.11%
BLUE value IS 237 (92.97% from 255) = 58.23%
R=19.66%
G=22.11%
B=58.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal80902370.660.6200.07236.1881.3562.16
Hex505AED423E07ec513e
Octal120132355102760735412176
Binary101000010110101110110110000101111100111111011001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505AED; }

 p { color: rgb(80,90,237); }

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

<style>
 a { background-color: #505AED; }

 a { background-color: rgb(80,90,237); }

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

<style>
 span { border-color: #505AED; }

 span { border-color: rgb(80,90,237); }

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