#3F48F2

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

Shades of Neon Blue #3F48F2

Tints of Neon Blue #3F48F2

Color information

#3F48F2 (or 0x3F48F2) is unknown color: approx Neon Blue. HEX triplet: 3F, 48 and F2. RGB value is (63,72,242). Sum of RGB (Red+Green+Blue) = 63+72+242=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 242 (94.92% from 255 or 64.19% from 377); Max value from RGB is 242 - color contains mainly: blue. Hex color #3F48F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F48F2 is #C0B70D. Grayscale: #585858. Windows color (decimal): -12629774 or 15878207. OLE color: 15878207.

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

Color convert

RGB6372242-
CMYK0.740.7000.05
HSL236.98º87.32%59.8%-
HSV(B)236.98º73.97%94.9%-
XYZ20.3912.185.27-
YUV88.69214.52109.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.71%
GREEN value IS 72 (28.52% from 255) = 19.10%
BLUE value IS 242 (94.92% from 255) = 64.19%
R=16.71%
G=19.10%
B=64.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal63722420.740.7000.05236.9887.3259.8
Hex3F48F24A4605ed573c
Octal771103621121060535512774
Binary111111100100011110010100101010001100101111011011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F48F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,72,242); }

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

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

 a { background-color: rgb(63,72,242); }

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

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

 span { border-color: rgb(63,72,242); }

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