#5a47f2

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

Shades of Neon Blue #5A47F2

Tints of Neon Blue #5A47F2

Color information

#5A47F2 (or 0x5A47F2) is unknown color: approx Neon Blue. HEX triplet: 5A, 47 and F2. RGB value is (90,71,242). Sum of RGB (Red+Green+Blue) = 90+71+242=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 242 (94.92% from 255 or 60.05% from 403); Max value from RGB is 242 - color contains mainly: blue. Hex color #5A47F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A47F2 is #A5B80D. Grayscale: #5F5F5F. Windows color (decimal): -10860558 or 15877978. OLE color: 15877978.

HSL color Cylindrical-coordinate representation of color #5A47F2: hue angle of 246.67º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A47F2 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9071242-
CMYK0.630.7100.05
HSL246.67º86.8%61.37%-
HSV(B)246.67º70.66%94.9%-
XYZ22.513.0985.35-
YUV96.18210.29123.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.33%
GREEN value IS 71 (28.12% from 255) = 17.62%
BLUE value IS 242 (94.92% from 255) = 60.05%
R=22.33%
G=17.62%
B=60.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal90712420.630.7100.05246.6786.861.37
Hex5A47F23F4705f7573d
Octal132107362771070536712775
Binary101101010001111111001011111110001110101111101111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a47f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,71,242); }

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

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

 a { background-color: rgb(90,71,242); }

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

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

 span { border-color: rgb(90,71,242); }

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