#505BEE

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

Shades of Neon Blue #505BEE

Tints of Neon Blue #505BEE

Color information

#505BEE (or 0x505BEE) is unknown color: approx Neon Blue. HEX triplet: 50, 5B and EE. RGB value is (80,91,238). Sum of RGB (Red+Green+Blue) = 80+91+238=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 238 (93.36% from 255 or 58.19% from 409); Max value from RGB is 238 - color contains mainly: blue. Hex color #505BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505BEE is #AFA411. Grayscale: #676767. Windows color (decimal): -11510802 or 15620944. OLE color: 15620944.

HSL color Cylindrical-coordinate representation of color #505BEE: hue angle of 235.82º degrees, saturation: 0.82, 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 #505BEE is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8091238-
CMYK0.660.6200.07
HSL235.82º82.29%62.35%-
HSV(B)235.82º66.39%93.33%-
XYZ22.4815.3682.67-
YUV104.47203.36110.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.56%
GREEN value IS 91 (35.94% from 255) = 22.25%
BLUE value IS 238 (93.36% from 255) = 58.19%
R=19.56%
G=22.25%
B=58.19%

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
Decimal80912380.660.6200.07235.8282.2962.35
Hex505BEE423E07ec523e
Octal120133356102760735412276
Binary101000010110111110111010000101111100111111011001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,91,238); }

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

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

 a { background-color: rgb(80,91,238); }

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

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

 span { border-color: rgb(80,91,238); }

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