#5A46FD

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

Shades of Neon Blue #5A46FD

Tints of Neon Blue #5A46FD

Color information

#5A46FD (or 0x5A46FD) is unknown color: approx Neon Blue. HEX triplet: 5A, 46 and FD. RGB value is (90,70,253). Sum of RGB (Red+Green+Blue) = 90+70+253=413 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.79% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A46FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A46FD is #A5B902. Grayscale: #606060. Windows color (decimal): -10860803 or 16598618. OLE color: 16598618.

HSL color Cylindrical-coordinate representation of color #5A46FD: hue angle of 246.56º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A46FD is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9070253-
CMYK0.640.7200.01
HSL246.56º97.86%63.33%-
HSV(B)246.56º72.33%99.22%-
XYZ24.1413.6594.29-
YUV96.84216.13123.12-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.79%
GREEN value IS 70 (27.73% from 255) = 16.95%
BLUE value IS 253 (99.22% from 255) = 61.26%
R=21.79%
G=16.95%
B=61.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal90702530.640.7200.01246.5697.8663.33
Hex5A46FD404801f7623f
Octal1321063751001100136714277
Binary10110101000110111111011000000100100001111101111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A46FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,70,253); }

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

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

 a { background-color: rgb(90,70,253); }

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

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

 span { border-color: rgb(90,70,253); }

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