#543feb

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

Shades of Neon Blue #543FEB

Tints of Neon Blue #543FEB

Color information

#543FEB (or 0x543FEB) is unknown color: approx Neon Blue. HEX triplet: 54, 3F and EB. RGB value is (84,63,235). Sum of RGB (Red+Green+Blue) = 84+63+235=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #543FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543FEB is #ABC014. Grayscale: #585858. Windows color (decimal): -11255829 or 15417172. OLE color: 15417172.

HSL color Cylindrical-coordinate representation of color #543FEB: hue angle of 247.33º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #543FEB is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8463235-
CMYK0.640.7300.08
HSL247.33º81.13%58.43%-
HSV(B)247.33º73.19%92.16%-
XYZ20.4311.4479.73-
YUV88.89210.46124.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.99%
GREEN value IS 63 (25% from 255) = 16.49%
BLUE value IS 235 (92.19% from 255) = 61.52%
R=21.99%
G=16.49%
B=61.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal84632350.640.7300.08247.3381.1358.43
Hex543FEB404908f7513a
Octal1247735310011101036712172
Binary1010100111111111010111000000100100101000111101111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543feb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,63,235); }

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

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

 a { background-color: rgb(84,63,235); }

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

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

 span { border-color: rgb(84,63,235); }

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