Html Css Color HEX #5663FF Neon Blue

📋 copy color: '#5663FF'

red 86 ◦ green 99 ◦ blue 255

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

Shades of Neon Blue #5663FF

Tints of Neon Blue #5663FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.95%

R = 19.55%
G = 22.5%
B = 57.95%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5663FF (or 0x5663FF) is known color: Neon Blue. HEX triplet: 56, 63 and FF. RGB value is (86,99,255). Sum of RGB (Red+Green+Blue) = 86+99+255=440 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.55% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #5663FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5663FF is #A99C00. Grayscale: #707070. Windows color (decimal): -11115521 or 16737110. OLE color: 16737110.

HSL color Cylindrical-coordinate representation of color #5663FF: hue angle of 235.38º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5663FF is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 86 99 255 -
CMYK 0.66 0.61 0 0
HSL 235.38º 1% 0.67% -
HSV(B) 235.38º 0.66% 1% -
XYZ 26.35 18.12 96.72 -
YUV 112.9 208.19 108.82 -
System Red Green Blue C M Y K H S L
Decimal 86 99 255 0.66 0.61 0 0 235.38 1 0.67
Hex 56 63 FF 42 3D 0 0 EB 64 43
Octal 126 143 377 102 75 0 0 353 144 103
Binary 1010110 1100011 11111111 1000010 111101 0 0 11101011 1100100 1000011

Color Harmonies of #5663FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5663FF

Black with #5663FF

Text Example


Text Example

White with #5663FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5663FF; }

 p { color: rgb(86,99,255); }

 H1.HeaderClassName
 {
   color: #5663FF;
 }
 .AnyTagClassName
 {
   color: #5663FF;
 }
</style>

background-color css

<style>
 a { background-color: #5663FF; }

 a { background-color: rgb(86,99,255); }

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

border-color css

<style>
 span { border-color: #5663FF; }

 span { border-color: rgb(86,99,255); }

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