#545FF5

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

Shades of Neon Blue #545FF5

Tints of Neon Blue #545FF5

Color information

#545FF5 (or 0x545FF5) is unknown color: approx Neon Blue. HEX triplet: 54, 5F and F5. RGB value is (84,95,245). Sum of RGB (Red+Green+Blue) = 84+95+245=424 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.81% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 245 (96.09% from 255 or 57.78% from 424); Max value from RGB is 245 - color contains mainly: blue. Hex color #545FF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545FF5 is #ABA00A. Grayscale: #6C6C6C. Windows color (decimal): -11247627 or 16080724. OLE color: 16080724.

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

Color convert

RGB8495245-
CMYK0.660.6100.04
HSL235.9º88.95%64.51%-
HSV(B)235.9º65.71%96.08%-
XYZ24.2316.6688.33-
YUV108.81204.86110.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.81%
GREEN value IS 95 (37.5% from 255) = 22.41%
BLUE value IS 245 (96.09% from 255) = 57.78%
R=19.81%
G=22.41%
B=57.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal84952450.660.6100.04235.988.9564.51
Hex545FF5423D04ec5941
Octal1241373651027504354131101
Binary1010100101111111110101100001011110101001110110010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,95,245); }

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

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

 a { background-color: rgb(84,95,245); }

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

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

 span { border-color: rgb(84,95,245); }

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