#564DE4

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

Shades of Neon Blue #564DE4

Tints of Neon Blue #564DE4

Color information

#564DE4 (or 0x564DE4) is unknown color: approx Neon Blue. HEX triplet: 56, 4D and E4. RGB value is (86,77,228). Sum of RGB (Red+Green+Blue) = 86+77+228=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 228 (89.45% from 255 or 58.31% from 391); Max value from RGB is 228 - color contains mainly: blue. Hex color #564DE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564DE4 is #A9B21B. Grayscale: #606060. Windows color (decimal): -11121180 or 14962006. OLE color: 14962006.

HSL color Cylindrical-coordinate representation of color #564DE4: hue angle of 243.58º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #564DE4 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8677228-
CMYK0.620.6600.11
HSL243.58º73.66%59.8%-
HSV(B)243.58º66.23%89.41%-
XYZ20.512.8974.81-
YUV96.9201.98120.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.99%
GREEN value IS 77 (30.47% from 255) = 19.69%
BLUE value IS 228 (89.45% from 255) = 58.31%
R=21.99%
G=19.69%
B=58.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal86772280.620.6600.11243.5873.6659.8
Hex564DE43E420Bf44a3c
Octal1261153447610201336411274
Binary1010110100110111100100111110100001001011111101001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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