Html Css Color HEX #5563FA Neon Blue

📋 copy color: '#5563FA'

red 85 ◦ green 99 ◦ blue 250

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

Shades of Neon Blue #5563FA

Tints of Neon Blue #5563FA

RGB

 RED value IS 85 (33.59% from 255) = 19.59%

 GREEN value IS 99 (39.06% from 255) = 22.81%

 BLUE value IS 250 (98.05% from 255) = 57.6%

R = 19.59%
G = 22.81%
B = 57.6%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5563FA (or 0x5563FA) is known color: Neon Blue. HEX triplet: 55, 63 and FA. RGB value is (85,99,250). Sum of RGB (Red+Green+Blue) = 85+99+250=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #5563FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5563FA is #AA9C05. Grayscale: #6F6F6F. Windows color (decimal): -11181062 or 16409429. OLE color: 16409429.

HSL color Cylindrical-coordinate representation of color #5563FA: hue angle of 234.91º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5563FA is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 99 250 -
CMYK 0.66 0.60 0 0.02
HSL 234.91º 0.94% 0.66% -
HSV(B) 234.91º 0.66% 0.98% -
XYZ 25.46 17.76 92.53 -
YUV 112.03 205.86 108.72 -
System Red Green Blue C M Y K H S L
Decimal 85 99 250 0.66 0.60 0 0.02 234.91 0.94 0.66
Hex 55 63 FA 42 3C 0 2 EB 5E 42
Octal 125 143 372 102 74 0 2 353 136 102
Binary 1010101 1100011 11111010 1000010 111100 0 10 11101011 1011110 1000010

Color Harmonies of #5563FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5563FA

Black with #5563FA

Text Example


Text Example

White with #5563FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5563FA; }

 p { color: rgb(85,99,250); }

 H1.HeaderClassName
 {
   color: #5563FA;
 }
 .AnyTagClassName
 {
   color: #5563FA;
 }
</style>

background-color css

<style>
 a { background-color: #5563FA; }

 a { background-color: rgb(85,99,250); }

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

border-color css

<style>
 span { border-color: #5563FA; }

 span { border-color: rgb(85,99,250); }

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