Html Css Color HEX #563DEB Neon Blue

📋 copy color: '#563DEB'

red 86 ◦ green 61 ◦ blue 235

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

Shades of Neon Blue #563DEB

Tints of Neon Blue #563DEB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.97%

 BLUE value IS 235 (92.19% from 255) = 61.52%

R = 22.51%
G = 15.97%
B = 61.52%

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

#563DEB (or 0x563DEB) is known color: Neon Blue. HEX triplet: 56, 3D and EB. RGB value is (86,61,235). Sum of RGB (Red+Green+Blue) = 86+61+235=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #563DEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #563DEB is #A9C214. Grayscale: #575757. Windows color (decimal): -11125269 or 15416662. OLE color: 15416662.

HSL color Cylindrical-coordinate representation of color #563DEB: hue angle of 248.62º 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 #563DEB is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 61 235 -
CMYK 0.63 0.74 0 0.08
HSL 248.62º 0.81% 0.58% -
HSV(B) 248.62º 0.74% 0.92% -
XYZ 20.5 11.31 79.7 -
YUV 88.31 210.78 126.35 -
System Red Green Blue C M Y K H S L
Decimal 86 61 235 0.63 0.74 0 0.08 248.62 0.81 0.58
Hex 56 3D EB 3F 4A 0 8 F9 51 3A
Octal 126 75 353 77 112 0 10 371 121 72
Binary 1010110 111101 11101011 111111 1001010 0 1000 11111001 1010001 111010

Color Harmonies of #563DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563DEB

Black with #563DEB

Text Example


Text Example

White with #563DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,61,235); }

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

background-color css

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

 a { background-color: rgb(86,61,235); }

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

border-color css

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

 span { border-color: rgb(86,61,235); }

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