#5657EC

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

Shades of Neon Blue #5657EC

Tints of Neon Blue #5657EC

Color information

#5657EC (or 0x5657EC) is unknown color: approx Neon Blue. HEX triplet: 56, 57 and EC. RGB value is (86,87,236). Sum of RGB (Red+Green+Blue) = 86+87+236=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #5657EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5657EC is #A9A813. Grayscale: #676767. Windows color (decimal): -11118612 or 15488854. OLE color: 15488854.

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

Color convert

RGB8687236-
CMYK0.640.6300.07
HSL239.6º79.79%63.14%-
HSV(B)239.6º63.56%92.55%-
XYZ22.3914.8581.04-
YUV103.69202.67115.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.03%
GREEN value IS 87 (34.38% from 255) = 21.27%
BLUE value IS 236 (92.58% from 255) = 57.70%
R=21.03%
G=21.27%
B=57.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal86872360.640.6300.07239.679.7963.14
Hex5657EC403F07f0503f
Octal126127354100770736012077
Binary101011010101111110110010000001111110111111100001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5657EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5657EC; }

 p { color: rgb(86,87,236); }

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

<style>
 a { background-color: #5657EC; }

 a { background-color: rgb(86,87,236); }

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

<style>
 span { border-color: #5657EC; }

 span { border-color: rgb(86,87,236); }

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