#563CFA

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

Shades of Neon Blue #563CFA

Tints of Neon Blue #563CFA

Color information

#563CFA (or 0x563CFA) is unknown color: approx Neon Blue. HEX triplet: 56, 3C and FA. RGB value is (86,60,250). Sum of RGB (Red+Green+Blue) = 86+60+250=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #563CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #563CFA is #A9C305. Grayscale: #585858. Windows color (decimal): -11125510 or 16399446. OLE color: 16399446.

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

Color convert

RGB8660250-
CMYK0.660.7600.02
HSL248.21º95%60.78%-
HSV(B)248.21º76%98.04%-
XYZ22.7112.1191.58-
YUV89.43218.61125.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.72%
GREEN value IS 60 (23.83% from 255) = 15.15%
BLUE value IS 250 (98.05% from 255) = 63.13%
R=21.72%
G=15.15%
B=63.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal86602500.660.7600.02248.219560.78
Hex563CFA424C02f85f3d
Octal126743721021140237013775
Binary10101101111001111101010000101001100010111110001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,60,250); }

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

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

 a { background-color: rgb(86,60,250); }

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

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

 span { border-color: rgb(86,60,250); }

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