#3F46F4

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

Shades of Neon Blue #3F46F4

Tints of Neon Blue #3F46F4

Color information

#3F46F4 (or 0x3F46F4) is unknown color: approx Neon Blue. HEX triplet: 3F, 46 and F4. RGB value is (63,70,244). Sum of RGB (Red+Green+Blue) = 63+70+244=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 244 (95.70% from 255 or 64.72% from 377); Max value from RGB is 244 - color contains mainly: blue. Hex color #3F46F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F46F4 is #C0B90B. Grayscale: #575757. Windows color (decimal): -12630284 or 16008767. OLE color: 16008767.

HSL color Cylindrical-coordinate representation of color #3F46F4: hue angle of 237.68º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F46F4 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6370244-
CMYK0.740.7100.04
HSL237.68º89.16%60.2%-
HSV(B)237.68º74.18%95.69%-
XYZ20.5711.9786.81-
YUV87.74216.18110.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.71%
GREEN value IS 70 (27.73% from 255) = 18.57%
BLUE value IS 244 (95.70% from 255) = 64.72%
R=16.71%
G=18.57%
B=64.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal63702440.740.7100.04237.6889.1660.2
Hex3F46F44A4704ee593c
Octal771063641121070435613174
Binary111111100011011110100100101010001110100111011101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F46F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,70,244); }

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

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

 a { background-color: rgb(63,70,244); }

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

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

 span { border-color: rgb(63,70,244); }

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