#545AFB

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

Shades of Neon Blue #545AFB

Tints of Neon Blue #545AFB

Color information

#545AFB (or 0x545AFB) is unknown color: approx Neon Blue. HEX triplet: 54, 5A and FB. RGB value is (84,90,251). Sum of RGB (Red+Green+Blue) = 84+90+251=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #545AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545AFB is #ABA504. Grayscale: #696969. Windows color (decimal): -11248901 or 16472660. OLE color: 16472660.

HSL color Cylindrical-coordinate representation of color #545AFB: hue angle of 237.84º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #545AFB is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8490251-
CMYK0.670.6400.02
HSL237.84º95.43%65.69%-
HSV(B)237.84º66.53%98.43%-
XYZ24.7216.1693.08-
YUV106.56209.51111.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.76%
GREEN value IS 90 (35.55% from 255) = 21.18%
BLUE value IS 251 (98.44% from 255) = 59.06%
R=19.76%
G=21.18%
B=59.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal84902510.670.6400.02237.8495.4365.69
Hex545AFB434002ee5f42
Octal12413237310310002356137102
Binary1010100101101011111011100001110000000101110111010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545AFB; }

 p { color: rgb(84,90,251); }

 H1.HeaderClassName
 {
   color: #545AFB;
 }
 .AnyTagClassName
 {
   color: #545AFB;
 }
</style>
background-color css

<style>
 a { background-color: #545AFB; }

 a { background-color: rgb(84,90,251); }

 div.DivClassName
 {
   background-color: #545AFB;
 }
 .BgClassName
 {
   background-color: #545AFB;
 }
</style>
border-color css

<style>
 span { border-color: #545AFB; }

 span { border-color: rgb(84,90,251); }

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