#5E5CF6

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

Shades of Neon Blue #5E5CF6

Tints of Neon Blue #5E5CF6

Color information

#5E5CF6 (or 0x5E5CF6) is unknown color: approx Neon Blue. HEX triplet: 5E, 5C and F6. RGB value is (94,92,246). Sum of RGB (Red+Green+Blue) = 94+92+246=432 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.76% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 246 (96.48% from 255 or 56.94% from 432); Max value from RGB is 246 - color contains mainly: blue. Hex color #5E5CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E5CF6 is #A1A309. Grayscale: #6D6D6D. Windows color (decimal): -10593034 or 16145502. OLE color: 16145502.

HSL color Cylindrical-coordinate representation of color #5E5CF6: hue angle of 240.78º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E5CF6 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9492246-
CMYK0.620.6300.04
HSL240.78º89.53%66.27%-
HSV(B)240.78º62.6%96.47%-
XYZ25.0816.6989.09-
YUV110.15204.66116.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.76%
GREEN value IS 92 (36.33% from 255) = 21.30%
BLUE value IS 246 (96.48% from 255) = 56.94%
R=21.76%
G=21.30%
B=56.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal94922460.620.6300.04240.7889.5366.27
Hex5E5CF63E3F04f15a42
Octal136134366767704361132102
Binary101111010111001111011011111011111101001111000110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,92,246); }

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

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

 a { background-color: rgb(94,92,246); }

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

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

 span { border-color: rgb(94,92,246); }

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