#5056EE

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

Shades of Neon Blue #5056EE

Tints of Neon Blue #5056EE

Color information

#5056EE (or 0x5056EE) is unknown color: approx Neon Blue. HEX triplet: 50, 56 and EE. RGB value is (80,86,238). Sum of RGB (Red+Green+Blue) = 80+86+238=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #5056EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5056EE is #AFA911. Grayscale: #646464. Windows color (decimal): -11512082 or 15619664. OLE color: 15619664.

HSL color Cylindrical-coordinate representation of color #5056EE: hue angle of 237.72º 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 #5056EE is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8086238-
CMYK0.660.6400.07
HSL237.72º82.29%62.35%-
HSV(B)237.72º66.39%93.33%-
XYZ22.0714.5382.53-
YUV101.53205.01112.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.80%
GREEN value IS 86 (33.98% from 255) = 21.29%
BLUE value IS 238 (93.36% from 255) = 58.91%
R=19.80%
G=21.29%
B=58.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal80862380.660.6400.07237.7282.2962.35
Hex5056EE424007ee523e
Octal1201263561021000735612276
Binary1010000101011011101110100001010000000111111011101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5056EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5056EE; }

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

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

<style>
 a { background-color: #5056EE; }

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

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

<style>
 span { border-color: #5056EE; }

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

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