#564FF1

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

Shades of Neon Blue #564FF1

Tints of Neon Blue #564FF1

Color information

#564FF1 (or 0x564FF1) is unknown color: approx Neon Blue. HEX triplet: 56, 4F and F1. RGB value is (86,79,241). Sum of RGB (Red+Green+Blue) = 86+79+241=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #564FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564FF1 is #A9B00E. Grayscale: #626262. Windows color (decimal): -11120655 or 15814486. OLE color: 15814486.

HSL color Cylindrical-coordinate representation of color #564FF1: hue angle of 242.59º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #564FF1 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8679241-
CMYK0.640.6700.05
HSL242.59º85.26%62.75%-
HSV(B)242.59º67.22%94.51%-
XYZ22.5113.9284.72-
YUV99.56207.82118.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.18%
GREEN value IS 79 (31.25% from 255) = 19.46%
BLUE value IS 241 (94.53% from 255) = 59.36%
R=21.18%
G=19.46%
B=59.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal86792410.640.6700.05242.5985.2662.75
Hex564FF1404305f3553f
Octal1261173611001030536312577
Binary1010110100111111110001100000010000110101111100111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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