#5448F9

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

Shades of Neon Blue #5448F9

Tints of Neon Blue #5448F9

Color information

#5448F9 (or 0x5448F9) is unknown color: approx Neon Blue. HEX triplet: 54, 48 and F9. RGB value is (84,72,249). Sum of RGB (Red+Green+Blue) = 84+72+249=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 249 (97.66% from 255 or 61.48% from 405); Max value from RGB is 249 - color contains mainly: blue. Hex color #5448F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5448F9 is #ABB706. Grayscale: #5F5F5F. Windows color (decimal): -11253511 or 16336980. OLE color: 16336980.

HSL color Cylindrical-coordinate representation of color #5448F9: hue angle of 244.07º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5448F9 is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8472249-
CMYK0.660.7100.02
HSL244.07º93.65%62.94%-
HSV(B)244.07º71.08%97.65%-
XYZ23.0713.3690.99-
YUV95.77214.48119.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.74%
GREEN value IS 72 (28.52% from 255) = 17.78%
BLUE value IS 249 (97.66% from 255) = 61.48%
R=20.74%
G=17.78%
B=61.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal84722490.660.7100.02244.0793.6562.94
Hex5448F9424702f45e3f
Octal1241103711021070236413677
Binary101010010010001111100110000101000111010111101001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5448F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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