#563EFC

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

Shades of Neon Blue #563EFC

Tints of Neon Blue #563EFC

Color information

#563EFC (or 0x563EFC) is unknown color: approx Neon Blue. HEX triplet: 56, 3E and FC. RGB value is (86,62,252). Sum of RGB (Red+Green+Blue) = 86+62+252=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #563EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #563EFC is #A9C103. Grayscale: #5A5A5A. Windows color (decimal): -11124996 or 16531030. OLE color: 16531030.

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

Color convert

RGB8662252-
CMYK0.660.7500.01
HSL247.58º96.94%61.57%-
HSV(B)247.58º75.4%98.82%-
XYZ23.1312.4593.28-
YUV90.84218.95124.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.5%
GREEN value IS 62 (24.61% from 255) = 15.5%
BLUE value IS 252 (98.83% from 255) = 63%
R=21.5%
G=15.5%
B=63%

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
Decimal86622520.660.7500.01247.5896.9461.57
Hex563EFC424B01f8613e
Octal126763741021130137014176
Binary1010110111110111111001000010100101101111110001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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