#545EFB

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

Shades of Neon Blue #545EFB

Tints of Neon Blue #545EFB

Color information

#545EFB (or 0x545EFB) is unknown color: approx Neon Blue. HEX triplet: 54, 5E and FB. RGB value is (84,94,251). Sum of RGB (Red+Green+Blue) = 84+94+251=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #545EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545EFB is #ABA104. Grayscale: #6C6C6C. Windows color (decimal): -11247877 or 16473684. OLE color: 16473684.

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

Color convert

RGB8494251-
CMYK0.670.6300.02
HSL236.41º95.43%65.69%-
HSV(B)236.41º66.53%98.43%-
XYZ25.0716.8693.2-
YUV108.91208.19110.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.58%
GREEN value IS 94 (37.11% from 255) = 21.91%
BLUE value IS 251 (98.44% from 255) = 58.51%
R=19.58%
G=21.91%
B=58.51%

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
Decimal84942510.670.6300.02236.4195.4365.69
Hex545EFB433F02ec5f42
Octal1241363731037702354137102
Binary101010010111101111101110000111111110101110110010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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