#544BF0

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

Shades of Neon Blue #544BF0

Tints of Neon Blue #544BF0

Color information

#544BF0 (or 0x544BF0) is unknown color: approx Neon Blue. HEX triplet: 54, 4B and F0. RGB value is (84,75,240). Sum of RGB (Red+Green+Blue) = 84+75+240=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 240 (94.14% from 255 or 60.15% from 399); Max value from RGB is 240 - color contains mainly: blue. Hex color #544BF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #544BF0 is #ABB40F. Grayscale: #5F5F5F. Windows color (decimal): -11252752 or 15747924. OLE color: 15747924.

HSL color Cylindrical-coordinate representation of color #544BF0: hue angle of 243.27º 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 #544BF0 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8475240-
CMYK0.650.6900.06
HSL243.27º84.62%61.76%-
HSV(B)243.27º68.75%94.12%-
XYZ21.913.2183.83-
YUV96.5208.98119.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.05%
GREEN value IS 75 (29.69% from 255) = 18.80%
BLUE value IS 240 (94.14% from 255) = 60.15%
R=21.05%
G=18.80%
B=60.15%

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
Decimal84752400.650.6900.06243.2784.6261.76
Hex544BF0414506f3553e
Octal1241133601011050636312576
Binary1010100100101111110000100000110001010110111100111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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