#3F48F1

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

Shades of Neon Blue #3F48F1

Tints of Neon Blue #3F48F1

Color information

#3F48F1 (or 0x3F48F1) is unknown color: approx Neon Blue. HEX triplet: 3F, 48 and F1. RGB value is (63,72,241). Sum of RGB (Red+Green+Blue) = 63+72+241=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 241 (94.53% from 255 or 64.10% from 376); Max value from RGB is 241 - color contains mainly: blue. Hex color #3F48F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F48F1 is #C0B70E. Grayscale: #575757. Windows color (decimal): -12629775 or 15812671. OLE color: 15812671.

HSL color Cylindrical-coordinate representation of color #3F48F1: hue angle of 236.97º degrees, saturation: 0.86, 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 #3F48F1 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6372241-
CMYK0.740.7000.05
HSL236.97º86.41%59.61%-
HSV(B)236.97º73.86%94.51%-
XYZ20.2412.0484.48-
YUV88.58214.02109.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.76%
GREEN value IS 72 (28.52% from 255) = 19.15%
BLUE value IS 241 (94.53% from 255) = 64.10%
R=16.76%
G=19.15%
B=64.10%

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
Decimal63722410.740.7000.05236.9786.4159.61
Hex3F48F14A4605ed563c
Octal771103611121060535512674
Binary111111100100011110001100101010001100101111011011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F48F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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