#5A5FE7

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

Shades of Neon Blue #5A5FE7

Tints of Neon Blue #5A5FE7

Color information

#5A5FE7 (or 0x5A5FE7) is unknown color: approx Neon Blue. HEX triplet: 5A, 5F and E7. RGB value is (90,95,231). Sum of RGB (Red+Green+Blue) = 90+95+231=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 231 (90.62% from 255 or 55.53% from 416); Max value from RGB is 231 - color contains mainly: blue. Hex color #5A5FE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A5FE7 is #A5A018. Grayscale: #6C6C6C. Windows color (decimal): -10854425 or 15163226. OLE color: 15163226.

HSL color Cylindrical-coordinate representation of color #5A5FE7: hue angle of 237.87º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A5FE7 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9095231-
CMYK0.610.5900.09
HSL237.87º74.6%62.94%-
HSV(B)237.87º61.04%90.59%-
XYZ22.7316.1377.52-
YUV109.01196.84114.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.63%
GREEN value IS 95 (37.5% from 255) = 22.84%
BLUE value IS 231 (90.62% from 255) = 55.53%
R=21.63%
G=22.84%
B=55.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal90952310.610.5900.09237.8774.662.94
Hex5A5FE73D3B09ee4b3f
Octal132137347757301135611377
Binary101101010111111110011111110111101101001111011101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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