#5448EE

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

Shades of Neon Blue #5448EE

Tints of Neon Blue #5448EE

Color information

#5448EE (or 0x5448EE) is unknown color: approx Neon Blue. HEX triplet: 54, 48 and EE. RGB value is (84,72,238). Sum of RGB (Red+Green+Blue) = 84+72+238=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #5448EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5448EE is #ABB711. Grayscale: #5D5D5D. Windows color (decimal): -11253522 or 15616084. OLE color: 15616084.

HSL color Cylindrical-coordinate representation of color #5448EE: hue angle of 244.34º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5448EE is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8472238-
CMYK0.650.7000.07
HSL244.34º83%60.78%-
HSV(B)244.34º69.75%93.33%-
XYZ21.4112.6982.21-
YUV94.51208.98120.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.32%
GREEN value IS 72 (28.52% from 255) = 18.27%
BLUE value IS 238 (93.36% from 255) = 60.41%
R=21.32%
G=18.27%
B=60.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal84722380.650.7000.07244.348360.78
Hex5448EE414607f4533d
Octal1241103561011060736412375
Binary1010100100100011101110100000110001100111111101001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5448EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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