#5E3FF7

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

Shades of Neon Blue #5E3FF7

Tints of Neon Blue #5E3FF7

Color information

#5E3FF7 (or 0x5E3FF7) is unknown color: approx Neon Blue. HEX triplet: 5E, 3F and F7. RGB value is (94,63,247). Sum of RGB (Red+Green+Blue) = 94+63+247=404 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.27% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 247 (96.88% from 255 or 61.14% from 404); Max value from RGB is 247 - color contains mainly: blue. Hex color #5E3FF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3FF7 is #A1C008. Grayscale: #5C5C5C. Windows color (decimal): -10600457 or 16203614. OLE color: 16203614.

HSL color Cylindrical-coordinate representation of color #5E3FF7: hue angle of 250.11º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E3FF7 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB9463247-
CMYK0.620.7400.03
HSL250.11º92%60.78%-
HSV(B)250.11º74.49%96.86%-
XYZ23.1812.6589.22-
YUV93.24214.77128.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.27%
GREEN value IS 63 (25% from 255) = 15.59%
BLUE value IS 247 (96.88% from 255) = 61.14%
R=23.27%
G=15.59%
B=61.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal94632470.620.7400.03250.119260.78
Hex5E3FF73E4A03fa5c3d
Octal13677367761120337213475
Binary1011110111111111101111111101001010011111110101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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