Html Css Color HEX #563CE0 Neon Blue

📋 copy color: '#563CE0'

red 86 ◦ green 60 ◦ blue 224

#563CE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #563CE0

Tints of Neon Blue #563CE0

RGB

 RED value IS 86 (33.98% from 255) = 23.24%

 GREEN value IS 60 (23.83% from 255) = 16.22%

 BLUE value IS 224 (87.89% from 255) = 60.54%

R = 23.24%
G = 16.22%
B = 60.54%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#563CE0 (or 0x563CE0) is known color: Neon Blue. HEX triplet: 56, 3C and E0. RGB value is (86,60,224). Sum of RGB (Red+Green+Blue) = 86+60+224=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 224 (87.89% from 255 or 60.54% from 370); Max value from RGB is 224 - color contains mainly: blue. Hex color #563CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563CE0 is #A9C31F. Grayscale: #555555. Windows color (decimal): -11125536 or 14695510. OLE color: 14695510.

HSL color Cylindrical-coordinate representation of color #563CE0: hue angle of 249.51º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #563CE0 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 86 60 224 -
CMYK 0.62 0.73 0 0.12
HSL 249.51º 0.73% 0.56% -
HSV(B) 249.51º 0.73% 0.88% -
XYZ 18.91 10.59 71.57 -
YUV 86.47 205.61 127.66 -
System Red Green Blue C M Y K H S L
Decimal 86 60 224 0.62 0.73 0 0.12 249.51 0.73 0.56
Hex 56 3C E0 3E 49 0 C FA 49 38
Octal 126 74 340 76 111 0 14 372 111 70
Binary 1010110 111100 11100000 111110 1001001 0 1100 11111010 1001001 111000

Color Harmonies of #563CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563CE0

Black with #563CE0

Text Example


Text Example

White with #563CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #563CE0;
 }
 .AnyTagClassName
 {
   color: #563CE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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