#544BE8

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

Shades of Neon Blue #544BE8

Tints of Neon Blue #544BE8

Color information

#544BE8 (or 0x544BE8) is unknown color: approx Neon Blue. HEX triplet: 54, 4B and E8. RGB value is (84,75,232). Sum of RGB (Red+Green+Blue) = 84+75+232=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 232 (91.02% from 255 or 59.34% from 391); Max value from RGB is 232 - color contains mainly: blue. Hex color #544BE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #544BE8 is #ABB417. Grayscale: #5E5E5E. Windows color (decimal): -11252760 or 15223636. OLE color: 15223636.

HSL color Cylindrical-coordinate representation of color #544BE8: hue angle of 243.44º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #544BE8 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8475232-
CMYK0.640.6800.09
HSL243.44º77.34%60.2%-
HSV(B)243.44º67.67%90.98%-
XYZ20.7412.7477.71-
YUV95.59204.98119.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.48%
GREEN value IS 75 (29.69% from 255) = 19.18%
BLUE value IS 232 (91.02% from 255) = 59.34%
R=21.48%
G=19.18%
B=59.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal84752320.640.6800.09243.4477.3460.2
Hex544BE8404409f34d3c
Octal12411335010010401136311574
Binary10101001001011111010001000000100010001001111100111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,75,232); }

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

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

 a { background-color: rgb(84,75,232); }

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

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

 span { border-color: rgb(84,75,232); }

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