#5A5FF2

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

Shades of Neon Blue #5A5FF2

Tints of Neon Blue #5A5FF2

Color information

#5A5FF2 (or 0x5A5FF2) is unknown color: approx Neon Blue. HEX triplet: 5A, 5F and F2. RGB value is (90,95,242). Sum of RGB (Red+Green+Blue) = 90+95+242=427 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.08% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 242 (94.92% from 255 or 56.67% from 427); Max value from RGB is 242 - color contains mainly: blue. Hex color #5A5FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A5FF2 is #A5A00D. Grayscale: #6D6D6D. Windows color (decimal): -10854414 or 15884122. OLE color: 15884122.

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

Color convert

RGB9095242-
CMYK0.630.6100.05
HSL238.03º85.39%65.1%-
HSV(B)238.03º62.81%94.9%-
XYZ24.3416.7785.96-
YUV110.26202.34113.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.08%
GREEN value IS 95 (37.5% from 255) = 22.25%
BLUE value IS 242 (94.92% from 255) = 56.67%
R=21.08%
G=22.25%
B=56.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal90952420.630.6100.05238.0385.3965.1
Hex5A5FF23F3D05ee5541
Octal132137362777505356125101
Binary101101010111111111001011111111110101011110111010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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