#544AF0

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

Shades of Neon Blue #544AF0

Tints of Neon Blue #544AF0

Color information

#544AF0 (or 0x544AF0) is unknown color: approx Neon Blue. HEX triplet: 54, 4A and F0. RGB value is (84,74,240). Sum of RGB (Red+Green+Blue) = 84+74+240=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 240 (94.14% from 255 or 60.30% from 398); Max value from RGB is 240 - color contains mainly: blue. Hex color #544AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #544AF0 is #ABB50F. Grayscale: #5F5F5F. Windows color (decimal): -11253008 or 15747668. OLE color: 15747668.

HSL color Cylindrical-coordinate representation of color #544AF0: hue angle of 243.61º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #544AF0 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8474240-
CMYK0.650.6900.06
HSL243.61º84.69%61.57%-
HSV(B)243.61º69.17%94.12%-
XYZ21.8313.0783.81-
YUV95.91209.31119.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.11%
GREEN value IS 74 (29.30% from 255) = 18.59%
BLUE value IS 240 (94.14% from 255) = 60.30%
R=21.11%
G=18.59%
B=60.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal84742400.650.6900.06243.6184.6961.57
Hex544AF0414506f4553e
Octal1241123601011050636412576
Binary1010100100101011110000100000110001010110111101001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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