#5A57FC

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

Shades of Neon Blue #5A57FC

Tints of Neon Blue #5A57FC

Color information

#5A57FC (or 0x5A57FC) is unknown color: approx Neon Blue. HEX triplet: 5A, 57 and FC. RGB value is (90,87,252). Sum of RGB (Red+Green+Blue) = 90+87+252=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #5A57FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A57FC is #A5A803. Grayscale: #6A6A6A. Windows color (decimal): -10856452 or 16537434. OLE color: 16537434.

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

Color convert

RGB9087252-
CMYK0.640.6500.01
HSL241.09º96.49%66.47%-
HSV(B)241.09º65.48%98.82%-
XYZ25.216.0293.86-
YUV106.71209.99116.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.98%
GREEN value IS 87 (34.38% from 255) = 20.28%
BLUE value IS 252 (98.83% from 255) = 58.74%
R=20.98%
G=20.28%
B=58.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal90872520.640.6500.01241.0996.4966.47
Hex5A57FC404101f16042
Octal13212737410010101361140102
Binary101101010101111111110010000001000001011111000111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A57FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,87,252); }

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

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

 a { background-color: rgb(90,87,252); }

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

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

 span { border-color: rgb(90,87,252); }

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