#5463FF

Color #5463FF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5463FF

Tints of Neon Blue #5463FF

Color information

#5463FF (or 0x5463FF) is unknown color: approx 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

RGB8499255-
CMYK0.670.6100
HSL234.74º100%66.47%-
HSV(B)234.74º67.06%100%-
XYZ26.1718.0396.71-
YUV112.3208.53107.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.18%
GREEN value IS 99 (39.06% from 255) = 22.60%
BLUE value IS 255 (100% from 255) = 58.22%
R=19.18%
G=22.60%
B=58.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal84992550.670.6100234.7410066.47
Hex5463FF433D00eb6442
Octal1241433771037500353144102
Binary10101001100011111111111000011111101001110101111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5463FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>