#3F51EC

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

Shades of Neon Blue #3F51EC

Tints of Neon Blue #3F51EC

Color information

#3F51EC (or 0x3F51EC) is unknown color: approx Neon Blue. HEX triplet: 3F, 51 and EC. RGB value is (63,81,236). Sum of RGB (Red+Green+Blue) = 63+81+236=380 (50% of max value = 765). Red value is 63 (25% from 255 or 16.58% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #3F51EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F51EC is #C0AE13. Grayscale: #5C5C5C. Windows color (decimal): -12627476 or 15487295. OLE color: 15487295.

HSL color Cylindrical-coordinate representation of color #3F51EC: hue angle of 233.76º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F51EC is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6381236-
CMYK0.730.6600.07
HSL233.76º81.99%58.63%-
HSV(B)233.76º73.31%92.55%-
XYZ20.131380.8-
YUV93.29208.54106.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.58%
GREEN value IS 81 (32.03% from 255) = 21.32%
BLUE value IS 236 (92.58% from 255) = 62.11%
R=16.58%
G=21.32%
B=62.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal63812360.730.6600.07233.7681.9958.63
Hex3F51EC494207ea523b
Octal771213541111020735212273
Binary111111101000111101100100100110000100111111010101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F51EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,81,236); }

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

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

 a { background-color: rgb(63,81,236); }

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

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

 span { border-color: rgb(63,81,236); }

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