#5F5AEE

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

Shades of Neon Blue #5F5AEE

Tints of Neon Blue #5F5AEE

Color information

#5F5AEE (or 0x5F5AEE) is unknown color: approx Neon Blue. HEX triplet: 5F, 5A and EE. RGB value is (95,90,238). Sum of RGB (Red+Green+Blue) = 95+90+238=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 90 (35.55% from 255 or 21.28% 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 #5F5AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F5AEE is #A0A511. Grayscale: #6B6B6B. Windows color (decimal): -10528018 or 15620703. OLE color: 15620703.

HSL color Cylindrical-coordinate representation of color #5F5AEE: hue angle of 242.03º 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 #5F5AEE is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9590238-
CMYK0.600.6200.07
HSL242.03º81.32%64.31%-
HSV(B)242.03º62.18%93.33%-
XYZ23.8115.9282.71-
YUV108.37201.16118.47-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal95902380.600.6200.07242.0381.3264.31
Hex5F5AEE3C3E07f25140
Octal137132356747607362121100
Binary101111110110101110111011110011111001111111001010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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