#5654ED

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

Shades of Neon Blue #5654ED

Tints of Neon Blue #5654ED

Color information

#5654ED (or 0x5654ED) is unknown color: approx Neon Blue. HEX triplet: 56, 54 and ED. RGB value is (86,84,237). Sum of RGB (Red+Green+Blue) = 86+84+237=407 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.13% from 407); Green value is 84 (33.20% from 255 or 20.64% 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 #5654ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5654ED is #A9AB12. Grayscale: #656565. Windows color (decimal): -11119379 or 15553622. OLE color: 15553622.

HSL color Cylindrical-coordinate representation of color #5654ED: hue angle of 240.78º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5654ED is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8684237-
CMYK0.640.6500.07
HSL240.78º80.95%62.94%-
HSV(B)240.78º64.56%92.94%-
XYZ22.2914.4381.73-
YUV102.04204.16116.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.13%
GREEN value IS 84 (33.20% from 255) = 20.64%
BLUE value IS 237 (92.97% from 255) = 58.23%
R=21.13%
G=20.64%
B=58.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal86842370.640.6500.07240.7880.9562.94
Hex5654ED404107f1513f
Octal1261243551001010736112177
Binary1010110101010011101101100000010000010111111100011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5654ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5654ED; }

 p { color: rgb(86,84,237); }

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

<style>
 a { background-color: #5654ED; }

 a { background-color: rgb(86,84,237); }

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

<style>
 span { border-color: #5654ED; }

 span { border-color: rgb(86,84,237); }

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