Html Css Color HEX #5463FF Neon Blue

📋 copy color: '#5463FF'

red 84 ◦ green 99 ◦ blue 255

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

Shades of Neon Blue #5463FF

Tints of Neon Blue #5463FF

RGB

 RED value IS 84 (33.2% from 255) = 19.18%

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

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

R = 19.18%
G = 22.6%
B = 58.22%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5463FF (or 0x5463FF) is known color: Neon Blue. HEX triplet: 54, 63 and FF. RGB value is (84,99,255). Sum of RGB (Red+Green+Blue) = 84+99+255=438 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.18% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #5463FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5463FF is #AB9C00. Grayscale: #6F6F6F. Windows color (decimal): -11246593 or 16737108. OLE color: 16737108.

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

Color convert

RGB 84 99 255 -
CMYK 0.67 0.61 0 0
HSL 234.74º 1% 0.66% -
HSV(B) 234.74º 0.67% 1% -
XYZ 26.17 18.03 96.71 -
YUV 112.3 208.53 107.82 -
System Red Green Blue C M Y K H S L
Decimal 84 99 255 0.67 0.61 0 0 234.74 1 0.66
Hex 54 63 FF 43 3D 0 0 EB 64 42
Octal 124 143 377 103 75 0 0 353 144 102
Binary 1010100 1100011 11111111 1000011 111101 0 0 11101011 1100100 1000010

Color Harmonies of #5463FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5463FF

Black with #5463FF

Text Example


Text Example

White with #5463FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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