#544EF9

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

Shades of Neon Blue #544EF9

Tints of Neon Blue #544EF9

Color information

#544EF9 (or 0x544EF9) is unknown color: approx Neon Blue. HEX triplet: 54, 4E and F9. RGB value is (84,78,249). Sum of RGB (Red+Green+Blue) = 84+78+249=411 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.44% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 249 (97.66% from 255 or 60.58% from 411); Max value from RGB is 249 - color contains mainly: blue. Hex color #544EF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #544EF9 is #ABB106. Grayscale: #626262. Windows color (decimal): -11251975 or 16338516. OLE color: 16338516.

HSL color Cylindrical-coordinate representation of color #544EF9: hue angle of 242.11º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #544EF9 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8478249-
CMYK0.660.6900.02
HSL242.11º93.44%64.12%-
HSV(B)242.11º68.67%97.65%-
XYZ23.4814.1791.12-
YUV99.29212.49117.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.44%
GREEN value IS 78 (30.86% from 255) = 18.98%
BLUE value IS 249 (97.66% from 255) = 60.58%
R=20.44%
G=18.98%
B=60.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal84782490.660.6900.02242.1193.4464.12
Hex544EF9424502f25d40
Octal12411637110210502362135100
Binary1010100100111011111001100001010001010101111001010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544EF9; }

 p { color: rgb(84,78,249); }

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

<style>
 a { background-color: #544EF9; }

 a { background-color: rgb(84,78,249); }

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

<style>
 span { border-color: #544EF9; }

 span { border-color: rgb(84,78,249); }

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