#543BF0

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

Shades of Neon Blue #543BF0

Tints of Neon Blue #543BF0

Color information

#543BF0 (or 0x543BF0) is unknown color: approx Neon Blue. HEX triplet: 54, 3B and F0. RGB value is (84,59,240). Sum of RGB (Red+Green+Blue) = 84+59+240=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 240 (94.14% from 255 or 62.66% from 383); Max value from RGB is 240 - color contains mainly: blue. Hex color #543BF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543BF0 is #ABC40F. Grayscale: #565656. Windows color (decimal): -11256848 or 15743828. OLE color: 15743828.

HSL color Cylindrical-coordinate representation of color #543BF0: hue angle of 248.29º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #543BF0 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8459240-
CMYK0.650.7500.06
HSL248.29º85.78%58.63%-
HSV(B)248.29º75.42%94.12%-
XYZ20.9511.383.52-
YUV87.11214.28125.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.93%
GREEN value IS 59 (23.44% from 255) = 15.40%
BLUE value IS 240 (94.14% from 255) = 62.66%
R=21.93%
G=15.40%
B=62.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal84592400.650.7500.06248.2985.7858.63
Hex543BF0414B06f8563b
Octal124733601011130637012673
Binary101010011101111110000100000110010110110111110001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543BF0; }

 p { color: rgb(84,59,240); }

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

<style>
 a { background-color: #543BF0; }

 a { background-color: rgb(84,59,240); }

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

<style>
 span { border-color: #543BF0; }

 span { border-color: rgb(84,59,240); }

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