#563FFC

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

Shades of Neon Blue #563FFC

Tints of Neon Blue #563FFC

Color information

#563FFC (or 0x563FFC) is unknown color: approx Neon Blue. HEX triplet: 56, 3F and FC. RGB value is (86,63,252). Sum of RGB (Red+Green+Blue) = 86+63+252=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #563FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #563FFC is #A9C003. Grayscale: #5A5A5A. Windows color (decimal): -11124740 or 16531286. OLE color: 16531286.

HSL color Cylindrical-coordinate representation of color #563FFC: hue angle of 247.3º degrees, saturation: 0.97, 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 #563FFC is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8663252-
CMYK0.660.7500.01
HSL247.3º96.92%61.76%-
HSV(B)247.3º75%98.82%-
XYZ23.1912.5693.3-
YUV91.42218.62124.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.45%
GREEN value IS 63 (25% from 255) = 15.71%
BLUE value IS 252 (98.83% from 255) = 62.84%
R=21.45%
G=15.71%
B=62.84%

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
Decimal86632520.660.7500.01247.396.9261.76
Hex563FFC424B01f7613e
Octal126773741021130136714176
Binary1010110111111111111001000010100101101111101111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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