Html Css Color HEX #5A57FC Neon Blue

📋 copy color: '#5A57FC'

red 90 ◦ green 87 ◦ blue 252

#5A57FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #5A57FC

Tints of Neon Blue #5A57FC

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 value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5A57FC (or 0x5A57FC) is known color: 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

RGB 90 87 252 -
CMYK 0.64 0.65 0 0.01
HSL 241.09º 0.96% 0.66% -
HSV(B) 241.09º 0.65% 0.99% -
XYZ 25.2 16.02 93.86 -
YUV 106.71 209.99 116.08 -
System Red Green Blue C M Y K H S L
Decimal 90 87 252 0.64 0.65 0 0.01 241.09 0.96 0.66
Hex 5A 57 FC 40 41 0 1 F1 60 42
Octal 132 127 374 100 101 0 1 361 140 102
Binary 1011010 1010111 11111100 1000000 1000001 0 1 11110001 1100000 1000010

Color Harmonies of #5A57FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A57FC

Black with #5A57FC

Text Example


Text Example

White with #5A57FC

Text Example


Text Example

HTML Codes & Css Web 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>