#3E50F1

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

Shades of Neon Blue #3E50F1

Tints of Neon Blue #3E50F1

Color information

#3E50F1 (or 0x3E50F1) is unknown color: approx Neon Blue. HEX triplet: 3E, 50 and F1. RGB value is (62,80,241). Sum of RGB (Red+Green+Blue) = 62+80+241=383 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.19% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 241 (94.53% from 255 or 62.92% from 383); Max value from RGB is 241 - color contains mainly: blue. Hex color #3E50F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E50F1 is #C1AF0E. Grayscale: #5C5C5C. Windows color (decimal): -12693263 or 15814718. OLE color: 15814718.

HSL color Cylindrical-coordinate representation of color #3E50F1: hue angle of 233.97º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E50F1 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6280241-
CMYK0.740.6700.05
HSL233.97º86.47%59.41%-
HSV(B)233.97º74.27%94.51%-
XYZ20.7313.1184.66-
YUV92.97211.54105.91-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.19%
GREEN value IS 80 (31.64% from 255) = 20.89%
BLUE value IS 241 (94.53% from 255) = 62.92%
R=16.19%
G=20.89%
B=62.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal62802410.740.6700.05233.9786.4759.41
Hex3E50F14A4305ea563b
Octal761203611121030535212673
Binary111110101000011110001100101010000110101111010101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E50F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E50F1; }

 p { color: rgb(62,80,241); }

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

<style>
 a { background-color: #3E50F1; }

 a { background-color: rgb(62,80,241); }

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

<style>
 span { border-color: #3E50F1; }

 span { border-color: rgb(62,80,241); }

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