#5A5FEE

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

Shades of Neon Blue #5A5FEE

Tints of Neon Blue #5A5FEE

Color information

#5A5FEE (or 0x5A5FEE) is unknown color: approx Neon Blue. HEX triplet: 5A, 5F and EE. RGB value is (90,95,238). Sum of RGB (Red+Green+Blue) = 90+95+238=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A5FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A5FEE is #A5A011. Grayscale: #6D6D6D. Windows color (decimal): -10854418 or 15621978. OLE color: 15621978.

HSL color Cylindrical-coordinate representation of color #5A5FEE: hue angle of 237.97º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A5FEE is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9095238-
CMYK0.620.6000.07
HSL237.97º81.32%64.31%-
HSV(B)237.97º62.18%93.33%-
XYZ23.7416.5382.83-
YUV109.81200.34113.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.28%
GREEN value IS 95 (37.5% from 255) = 22.46%
BLUE value IS 238 (93.36% from 255) = 56.26%
R=21.28%
G=22.46%
B=56.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal90952380.620.6000.07237.9781.3264.31
Hex5A5FEE3E3C07ee5140
Octal132137356767407356121100
Binary101101010111111110111011111011110001111110111010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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