#544FEB

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

Shades of Neon Blue #544FEB

Tints of Neon Blue #544FEB

Color information

#544FEB (or 0x544FEB) is unknown color: approx Neon Blue. HEX triplet: 54, 4F and EB. RGB value is (84,79,235). Sum of RGB (Red+Green+Blue) = 84+79+235=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #544FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #544FEB is #ABB014. Grayscale: #616161. Windows color (decimal): -11251733 or 15421268. OLE color: 15421268.

HSL color Cylindrical-coordinate representation of color #544FEB: hue angle of 241.92º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #544FEB is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8479235-
CMYK0.640.6600.08
HSL241.92º79.59%61.57%-
HSV(B)241.92º66.38%92.16%-
XYZ21.4513.4780.07-
YUV98.28205.16117.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.11%
GREEN value IS 79 (31.25% from 255) = 19.85%
BLUE value IS 235 (92.19% from 255) = 59.05%
R=21.11%
G=19.85%
B=59.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal84792350.640.6600.08241.9279.5961.57
Hex544FEB404208f2503e
Octal12411735310010201036212076
Binary10101001001111111010111000000100001001000111100101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,79,235); }

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

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

 a { background-color: rgb(84,79,235); }

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

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

 span { border-color: rgb(84,79,235); }

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