#545DFB

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

Shades of Neon Blue #545DFB

Tints of Neon Blue #545DFB

Color information

#545DFB (or 0x545DFB) is unknown color: approx Neon Blue. HEX triplet: 54, 5D and FB. RGB value is (84,93,251). Sum of RGB (Red+Green+Blue) = 84+93+251=428 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.63% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #545DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545DFB is #ABA204. Grayscale: #6B6B6B. Windows color (decimal): -11248133 or 16473428. OLE color: 16473428.

HSL color Cylindrical-coordinate representation of color #545DFB: hue angle of 236.77º 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 #545DFB is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8493251-
CMYK0.670.6300.02
HSL236.77º95.43%65.69%-
HSV(B)236.77º66.53%98.43%-
XYZ24.9816.6893.17-
YUV108.32208.52110.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.63%
GREEN value IS 93 (36.72% from 255) = 21.73%
BLUE value IS 251 (98.44% from 255) = 58.64%
R=19.63%
G=21.73%
B=58.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal84932510.670.6300.02236.7795.4365.69
Hex545DFB433F02ed5f42
Octal1241353731037702355137102
Binary101010010111011111101110000111111110101110110110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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