#5448F4

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

Shades of Neon Blue #5448F4

Tints of Neon Blue #5448F4

Color information

#5448F4 (or 0x5448F4) is unknown color: approx Neon Blue. HEX triplet: 54, 48 and F4. RGB value is (84,72,244). Sum of RGB (Red+Green+Blue) = 84+72+244=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 244 (95.70% from 255 or 61% from 400); Max value from RGB is 244 - color contains mainly: blue. Hex color #5448F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5448F4 is #ABB70B. Grayscale: #5E5E5E. Windows color (decimal): -11253516 or 16009300. OLE color: 16009300.

HSL color Cylindrical-coordinate representation of color #5448F4: hue angle of 244.19º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5448F4 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8472244-
CMYK0.660.7000.04
HSL244.19º88.66%61.96%-
HSV(B)244.19º70.49%95.69%-
XYZ22.313.0586.93-
YUV95.2211.98120.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21%
GREEN value IS 72 (28.52% from 255) = 18%
BLUE value IS 244 (95.70% from 255) = 61%
R=21%
G=18%
B=61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal84722440.660.7000.04244.1988.6661.96
Hex5448F4424604f4593e
Octal1241103641021060436413176
Binary1010100100100011110100100001010001100100111101001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5448F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5448F4; }

 p { color: rgb(84,72,244); }

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

<style>
 a { background-color: #5448F4; }

 a { background-color: rgb(84,72,244); }

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

<style>
 span { border-color: #5448F4; }

 span { border-color: rgb(84,72,244); }

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