#564FFF

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

Shades of Neon Blue #564FFF

Tints of Neon Blue #564FFF

Color information

#564FFF (or 0x564FFF) is unknown color: approx Neon Blue. HEX triplet: 56, 4F and FF. RGB value is (86,79,255). Sum of RGB (Red+Green+Blue) = 86+79+255=420 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.48% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #564FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564FFF is #A9B000. Grayscale: #646464. Windows color (decimal): -11120641 or 16731990. OLE color: 16731990.

HSL color Cylindrical-coordinate representation of color #564FFF: hue angle of 242.39º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #564FFF is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8679255-
CMYK0.660.6900
HSL242.39º100%65.49%-
HSV(B)242.39º69.02%100%-
XYZ24.6814.7996.16-
YUV101.16214.82117.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.48%
GREEN value IS 79 (31.25% from 255) = 18.81%
BLUE value IS 255 (100% from 255) = 60.71%
R=20.48%
G=18.81%
B=60.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal86792550.660.6900242.3910065.49
Hex564FFF424500f26441
Octal12611737710210500362144101
Binary101011010011111111111110000101000101001111001011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,79,255); }

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

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

 a { background-color: rgb(86,79,255); }

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

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

 span { border-color: rgb(86,79,255); }

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