#5640ED

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

Shades of Neon Blue #5640ED

Tints of Neon Blue #5640ED

Color information

#5640ED (or 0x5640ED) is unknown color: approx Neon Blue. HEX triplet: 56, 40 and ED. RGB value is (86,64,237). Sum of RGB (Red+Green+Blue) = 86+64+237=387 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.22% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #5640ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5640ED is #A9BF12. Grayscale: #595959. Windows color (decimal): -11124499 or 15548502. OLE color: 15548502.

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

Color convert

RGB8664237-
CMYK0.640.7300.07
HSL247.63º82.78%59.02%-
HSV(B)247.63º73%92.94%-
XYZ20.9611.7681.29-
YUV90.3210.79124.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.22%
GREEN value IS 64 (25.39% from 255) = 16.54%
BLUE value IS 237 (92.97% from 255) = 61.24%
R=22.22%
G=16.54%
B=61.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal86642370.640.7300.07247.6382.7859.02
Hex5640ED404907f8533b
Octal1261003551001110737012373
Binary1010110100000011101101100000010010010111111110001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5640ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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