#545DFF

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

Shades of Neon Blue #545DFF

Tints of Neon Blue #545DFF

Color information

#545DFF (or 0x545DFF) is unknown color: approx Neon Blue. HEX triplet: 54, 5D and FF. RGB value is (84,93,255). Sum of RGB (Red+Green+Blue) = 84+93+255=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #545DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545DFF is #ABA200. Grayscale: #6C6C6C. Windows color (decimal): -11248129 or 16735572. OLE color: 16735572.

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

Color convert

RGB8493255-
CMYK0.670.6400
HSL236.84º100%66.47%-
HSV(B)236.84º67.06%100%-
XYZ25.6216.9396.53-
YUV108.78210.52110.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.44%
GREEN value IS 93 (36.72% from 255) = 21.53%
BLUE value IS 255 (100% from 255) = 59.03%
R=19.44%
G=21.53%
B=59.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal84932550.670.6400236.8410066.47
Hex545DFF434000ed6442
Octal12413537710310000355144102
Binary101010010111011111111110000111000000001110110111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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