#5E3FFE

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

Shades of Neon Blue #5E3FFE

Tints of Neon Blue #5E3FFE

Color information

#5E3FFE (or 0x5E3FFE) is unknown color: approx Neon Blue. HEX triplet: 5E, 3F and FE. RGB value is (94,63,254). Sum of RGB (Red+Green+Blue) = 94+63+254=411 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.87% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E3FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3FFE is #A1C001. Grayscale: #5D5D5D. Windows color (decimal): -10600450 or 16662366. OLE color: 16662366.

HSL color Cylindrical-coordinate representation of color #5E3FFE: hue angle of 249.74º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E3FFE is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB9463254-
CMYK0.630.7500.00
HSL249.74º98.96%62.16%-
HSV(B)249.74º75.2%99.61%-
XYZ24.2813.0995.01-
YUV94.04218.27127.97-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.87%
GREEN value IS 63 (25% from 255) = 15.33%
BLUE value IS 254 (99.61% from 255) = 61.80%
R=22.87%
G=15.33%
B=61.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal94632540.630.7500.00249.7498.9662.16
Hex5E3FFE3F4B00fa633e
Octal13677376771130037214376
Binary101111011111111111110111111100101100111110101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,63,254); }

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

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

 a { background-color: rgb(94,63,254); }

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

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

 span { border-color: rgb(94,63,254); }

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