Html Css Color HEX #563CEA Neon Blue

📋 copy color: '#563CEA'

red 86 ◦ green 60 ◦ blue 234

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

Shades of Neon Blue #563CEA

Tints of Neon Blue #563CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.58%

R = 22.63%
G = 15.79%
B = 61.58%

CMYK

 C value IS 0.63

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#563CEA (or 0x563CEA) is known color: Neon Blue. HEX triplet: 56, 3C and EA. RGB value is (86,60,234). Sum of RGB (Red+Green+Blue) = 86+60+234=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #563CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #563CEA is #A9C315. Grayscale: #565656. Windows color (decimal): -11125526 or 15350870. OLE color: 15350870.

HSL color Cylindrical-coordinate representation of color #563CEA: hue angle of 248.97º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #563CEA is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 60 234 -
CMYK 0.63 0.74 0 0.08
HSL 248.97º 0.81% 0.58% -
HSV(B) 248.97º 0.74% 0.92% -
XYZ 20.3 11.15 78.92 -
YUV 87.61 210.61 126.85 -
System Red Green Blue C M Y K H S L
Decimal 86 60 234 0.63 0.74 0 0.08 248.97 0.81 0.58
Hex 56 3C EA 3F 4A 0 8 F9 51 3A
Octal 126 74 352 77 112 0 10 371 121 72
Binary 1010110 111100 11101010 111111 1001010 0 1000 11111001 1010001 111010

Color Harmonies of #563CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563CEA

Black with #563CEA

Text Example


Text Example

White with #563CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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