#545AFF

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

Shades of Neon Blue #545AFF

Tints of Neon Blue #545AFF

Color information

#545AFF (or 0x545AFF) is unknown color: approx Neon Blue. HEX triplet: 54, 5A and FF. RGB value is (84,90,255). Sum of RGB (Red+Green+Blue) = 84+90+255=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #545AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545AFF is #ABA500. Grayscale: #6A6A6A. Windows color (decimal): -11248897 or 16734804. OLE color: 16734804.

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

Color convert

RGB8490255-
CMYK0.670.6500
HSL237.89º100%66.47%-
HSV(B)237.89º67.06%100%-
XYZ25.3616.4296.44-
YUV107.02211.51111.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.58%
GREEN value IS 90 (35.55% from 255) = 20.98%
BLUE value IS 255 (100% from 255) = 59.44%
R=19.58%
G=20.98%
B=59.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal84902550.670.6500237.8910066.47
Hex545AFF434100ee6442
Octal12413237710310100356144102
Binary101010010110101111111110000111000001001110111011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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