#563FFD

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

Shades of Neon Blue #563FFD

Tints of Neon Blue #563FFD

Color information

#563FFD (or 0x563FFD) is unknown color: approx Neon Blue. HEX triplet: 56, 3F and FD. RGB value is (86,63,253). Sum of RGB (Red+Green+Blue) = 86+63+253=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 253 (99.22% from 255 or 62.94% from 402); Max value from RGB is 253 - color contains mainly: blue. Hex color #563FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #563FFD is #A9C002. Grayscale: #5A5A5A. Windows color (decimal): -11124739 or 16596822. OLE color: 16596822.

HSL color Cylindrical-coordinate representation of color #563FFD: hue angle of 247.26º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #563FFD is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8663253-
CMYK0.660.7500.01
HSL247.26º97.94%61.96%-
HSV(B)247.26º75.1%99.22%-
XYZ23.3412.6394.14-
YUV91.54219.12124.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.39%
GREEN value IS 63 (25% from 255) = 15.67%
BLUE value IS 253 (99.22% from 255) = 62.94%
R=21.39%
G=15.67%
B=62.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal86632530.660.7500.01247.2697.9461.96
Hex563FFD424B01f7623e
Octal126773751021130136714276
Binary1010110111111111111011000010100101101111101111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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