#563FF1

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

Shades of Neon Blue #563FF1

Tints of Neon Blue #563FF1

Color information

#563FF1 (or 0x563FF1) is unknown color: approx Neon Blue. HEX triplet: 56, 3F and F1. RGB value is (86,63,241). Sum of RGB (Red+Green+Blue) = 86+63+241=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 241 (94.53% from 255 or 61.79% from 390); Max value from RGB is 241 - color contains mainly: blue. Hex color #563FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #563FF1 is #A9C00E. Grayscale: #595959. Windows color (decimal): -11124751 or 15810390. OLE color: 15810390.

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

Color convert

RGB8663241-
CMYK0.640.7400.05
HSL247.75º86.41%59.61%-
HSV(B)247.75º73.86%94.51%-
XYZ21.4911.8884.38-
YUV90.17213.12125.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.05%
GREEN value IS 63 (25% from 255) = 16.15%
BLUE value IS 241 (94.53% from 255) = 61.79%
R=22.05%
G=16.15%
B=61.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal86632410.640.7400.05247.7586.4159.61
Hex563FF1404A05f8563c
Octal126773611001120537012674
Binary101011011111111110001100000010010100101111110001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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