#5A48F0

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

Shades of Neon Blue #5A48F0

Tints of Neon Blue #5A48F0

Color information

#5A48F0 (or 0x5A48F0) is unknown color: approx Neon Blue. HEX triplet: 5A, 48 and F0. RGB value is (90,72,240). Sum of RGB (Red+Green+Blue) = 90+72+240=402 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.39% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 240 (94.14% from 255 or 59.70% from 402); Max value from RGB is 240 - color contains mainly: blue. Hex color #5A48F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A48F0 is #A5B70F. Grayscale: #5F5F5F. Windows color (decimal): -10860304 or 15747162. OLE color: 15747162.

HSL color Cylindrical-coordinate representation of color #5A48F0: hue angle of 246.43º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A48F0 is Cyan = 0.62, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9072240-
CMYK0.620.700.06
HSL246.43º84.85%61.18%-
HSV(B)246.43º70%94.12%-
XYZ22.2613.183.79-
YUV96.53208.96123.34-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.39%
GREEN value IS 72 (28.52% from 255) = 17.91%
BLUE value IS 240 (94.14% from 255) = 59.70%
R=22.39%
G=17.91%
B=59.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal90722400.620.700.06246.4384.8561.18
Hex5A48F03E4606f6553d
Octal132110360761060636612575
Binary101101010010001111000011111010001100110111101101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A48F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A48F0; }

 p { color: rgb(90,72,240); }

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

<style>
 a { background-color: #5A48F0; }

 a { background-color: rgb(90,72,240); }

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

<style>
 span { border-color: #5A48F0; }

 span { border-color: rgb(90,72,240); }

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