#564DE1

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

Shades of Neon Blue #564DE1

Tints of Neon Blue #564DE1

Color information

#564DE1 (or 0x564DE1) is unknown color: approx Neon Blue. HEX triplet: 56, 4D and E1. RGB value is (86,77,225). Sum of RGB (Red+Green+Blue) = 86+77+225=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 225 (88.28% from 255 or 57.99% from 388); Max value from RGB is 225 - color contains mainly: blue. Hex color #564DE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564DE1 is #A9B21E. Grayscale: #5F5F5F. Windows color (decimal): -11121183 or 14765398. OLE color: 14765398.

HSL color Cylindrical-coordinate representation of color #564DE1: hue angle of 243.65º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #564DE1 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8677225-
CMYK0.620.6600.12
HSL243.65º71.15%59.22%-
HSV(B)243.65º65.78%88.24%-
XYZ20.0812.7272.63-
YUV96.56200.48120.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.16%
GREEN value IS 77 (30.47% from 255) = 19.85%
BLUE value IS 225 (88.28% from 255) = 57.99%
R=22.16%
G=19.85%
B=57.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal86772250.620.6600.12243.6571.1559.22
Hex564DE13E420Cf4473b
Octal1261153417610201436410773
Binary1010110100110111100001111110100001001100111101001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564DE1; }

 p { color: rgb(86,77,225); }

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

<style>
 a { background-color: #564DE1; }

 a { background-color: rgb(86,77,225); }

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

<style>
 span { border-color: #564DE1; }

 span { border-color: rgb(86,77,225); }

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