#5A38FD

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

Shades of Neon Blue #5A38FD

Tints of Neon Blue #5A38FD

Color information

#5A38FD (or 0x5A38FD) is unknown color: approx Neon Blue. HEX triplet: 5A, 38 and FD. RGB value is (90,56,253). Sum of RGB (Red+Green+Blue) = 90+56+253=399 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.56% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A38FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A38FD is #A5C702. Grayscale: #575757. Windows color (decimal): -10864387 or 16595034. OLE color: 16595034.

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

Color convert

RGB9056253-
CMYK0.640.7800.01
HSL250.36º98.01%60.59%-
HSV(B)250.36º77.87%99.22%-
XYZ23.3612.0994.03-
YUV88.62220.76128.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.56%
GREEN value IS 56 (22.27% from 255) = 14.04%
BLUE value IS 253 (99.22% from 255) = 63.41%
R=22.56%
G=14.04%
B=63.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal90562530.640.7800.01250.3698.0160.59
Hex5A38FD404E01fa623d
Octal132703751001160137214275
Binary1011010111000111111011000000100111001111110101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A38FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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