#563DFD

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

Shades of Neon Blue #563DFD

Tints of Neon Blue #563DFD

Color information

#563DFD (or 0x563DFD) is unknown color: approx Neon Blue. HEX triplet: 56, 3D and FD. RGB value is (86,61,253). Sum of RGB (Red+Green+Blue) = 86+61+253=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #563DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #563DFD is #A9C202. Grayscale: #595959. Windows color (decimal): -11125251 or 16596310. OLE color: 16596310.

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

Color convert

RGB8661253-
CMYK0.660.7600.01
HSL247.81º97.96%61.57%-
HSV(B)247.81º75.89%99.22%-
XYZ23.2412.4194.1-
YUV90.36219.78124.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.5%
GREEN value IS 61 (24.22% from 255) = 15.25%
BLUE value IS 253 (99.22% from 255) = 63.25%
R=21.5%
G=15.25%
B=63.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal86612530.660.7600.01247.8197.9661.57
Hex563DFD424C01f8623e
Octal126753751021140137014276
Binary1010110111101111111011000010100110001111110001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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