#564BE6

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

Shades of Neon Blue #564BE6

Tints of Neon Blue #564BE6

Color information

#564BE6 (or 0x564BE6) is unknown color: approx Neon Blue. HEX triplet: 56, 4B and E6. RGB value is (86,75,230). Sum of RGB (Red+Green+Blue) = 86+75+230=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 230 (90.23% from 255 or 58.82% from 391); Max value from RGB is 230 - color contains mainly: blue. Hex color #564BE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #564BE6 is #A9B419. Grayscale: #5F5F5F. Windows color (decimal): -11121690 or 15092566. OLE color: 15092566.

HSL color Cylindrical-coordinate representation of color #564BE6: hue angle of 244.26º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #564BE6 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8675230-
CMYK0.630.6700.10
HSL244.26º75.61%59.8%-
HSV(B)244.26º67.39%90.2%-
XYZ20.6412.7276.23-
YUV95.96203.64120.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.99%
GREEN value IS 75 (29.69% from 255) = 19.18%
BLUE value IS 230 (90.23% from 255) = 58.82%
R=21.99%
G=19.18%
B=58.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal86752300.630.6700.10244.2675.6159.8
Hex564BE63F430Af44c3c
Octal1261133467710301236411474
Binary1010110100101111100110111111100001101010111101001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,75,230); }

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

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

 a { background-color: rgb(86,75,230); }

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

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

 span { border-color: rgb(86,75,230); }

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