#544AE1

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

Shades of Neon Blue #544AE1

Tints of Neon Blue #544AE1

Color information

#544AE1 (or 0x544AE1) is unknown color: approx Neon Blue. HEX triplet: 54, 4A and E1. RGB value is (84,74,225). Sum of RGB (Red+Green+Blue) = 84+74+225=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 225 (88.28% from 255 or 58.75% from 383); Max value from RGB is 225 - color contains mainly: blue. Hex color #544AE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544AE1 is #ABB51E. Grayscale: #5D5D5D. Windows color (decimal): -11253023 or 14764628. OLE color: 14764628.

HSL color Cylindrical-coordinate representation of color #544AE1: hue angle of 243.97º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #544AE1 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8474225-
CMYK0.630.6700.12
HSL243.97º71.56%58.63%-
HSV(B)243.97º67.11%88.24%-
XYZ19.712.2272.55-
YUV94.2201.81120.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.93%
GREEN value IS 74 (29.30% from 255) = 19.32%
BLUE value IS 225 (88.28% from 255) = 58.75%
R=21.93%
G=19.32%
B=58.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal84742250.630.6700.12243.9771.5658.63
Hex544AE13F430Cf4483b
Octal1241123417710301436411073
Binary1010100100101011100001111111100001101100111101001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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