#543FF7

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

Shades of Neon Blue #543FF7

Tints of Neon Blue #543FF7

Color information

#543FF7 (or 0x543FF7) is unknown color: approx Neon Blue. HEX triplet: 54, 3F and F7. RGB value is (84,63,247). Sum of RGB (Red+Green+Blue) = 84+63+247=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 247 (96.88% from 255 or 62.69% from 394); Max value from RGB is 247 - color contains mainly: blue. Hex color #543FF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543FF7 is #ABC008. Grayscale: #595959. Windows color (decimal): -11255817 or 16203604. OLE color: 16203604.

HSL color Cylindrical-coordinate representation of color #543FF7: hue angle of 246.85º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #543FF7 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB8463247-
CMYK0.660.7400.03
HSL246.85º92%60.78%-
HSV(B)246.85º74.49%96.86%-
XYZ22.2212.1689.17-
YUV90.26216.46123.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.32%
GREEN value IS 63 (25% from 255) = 15.99%
BLUE value IS 247 (96.88% from 255) = 62.69%
R=21.32%
G=15.99%
B=62.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal84632470.660.7400.03246.859260.78
Hex543FF7424A03f75c3d
Octal124773671021120336713475
Binary10101001111111111011110000101001010011111101111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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