#3E51FB

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

Shades of Neon Blue #3E51FB

Tints of Neon Blue #3E51FB

Color information

#3E51FB (or 0x3E51FB) is unknown color: approx Neon Blue. HEX triplet: 3E, 51 and FB. RGB value is (62,81,251). Sum of RGB (Red+Green+Blue) = 62+81+251=394 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.74% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #3E51FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E51FB is #C1AE04. Grayscale: #5E5E5E. Windows color (decimal): -12692997 or 16470334. OLE color: 16470334.

HSL color Cylindrical-coordinate representation of color #3E51FB: hue angle of 233.97º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E51FB is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6281251-
CMYK0.750.6800.02
HSL233.97º95.94%61.37%-
HSV(B)233.97º75.3%98.43%-
XYZ22.3413.8792.77-
YUV94.7216.21104.68-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.74%
GREEN value IS 81 (32.03% from 255) = 20.56%
BLUE value IS 251 (98.44% from 255) = 63.71%
R=15.74%
G=20.56%
B=63.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal62812510.750.6800.02233.9795.9461.37
Hex3E51FB4B4402ea603d
Octal761213731131040235214075
Binary11111010100011111101110010111000100010111010101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E51FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,81,251); }

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

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

 a { background-color: rgb(62,81,251); }

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

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

 span { border-color: rgb(62,81,251); }

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