#545BF4

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

Shades of Neon Blue #545BF4

Tints of Neon Blue #545BF4

Color information

#545BF4 (or 0x545BF4) is unknown color: approx Neon Blue. HEX triplet: 54, 5B and F4. RGB value is (84,91,244). Sum of RGB (Red+Green+Blue) = 84+91+244=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 244 (95.70% from 255 or 58.23% from 419); Max value from RGB is 244 - color contains mainly: blue. Hex color #545BF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545BF4 is #ABA40B. Grayscale: #696969. Windows color (decimal): -11248652 or 16014164. OLE color: 16014164.

HSL color Cylindrical-coordinate representation of color #545BF4: hue angle of 237.38º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #545BF4 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8491244-
CMYK0.660.6300.04
HSL237.38º87.91%64.31%-
HSV(B)237.38º65.57%95.69%-
XYZ23.7315.987.41-
YUV106.35205.68112.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.05%
GREEN value IS 91 (35.94% from 255) = 21.72%
BLUE value IS 244 (95.70% from 255) = 58.23%
R=20.05%
G=21.72%
B=58.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal84912440.660.6300.04237.3887.9164.31
Hex545BF4423F04ed5840
Octal1241333641027704355130100
Binary1010100101101111110100100001011111101001110110110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,91,244); }

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

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

 a { background-color: rgb(84,91,244); }

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

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

 span { border-color: rgb(84,91,244); }

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