#3F4CF4

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

Shades of Neon Blue #3F4CF4

Tints of Neon Blue #3F4CF4

Color information

#3F4CF4 (or 0x3F4CF4) is unknown color: approx Neon Blue. HEX triplet: 3F, 4C and F4. RGB value is (63,76,244). Sum of RGB (Red+Green+Blue) = 63+76+244=383 (50% of max value = 765). Red value is 63 (25% from 255 or 16.45% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 244 (95.70% from 255 or 63.71% from 383); Max value from RGB is 244 - color contains mainly: blue. Hex color #3F4CF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F4CF4 is #C0B30B. Grayscale: #5A5A5A. Windows color (decimal): -12628748 or 16010303. OLE color: 16010303.

HSL color Cylindrical-coordinate representation of color #3F4CF4: hue angle of 235.69º 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 #3F4CF4 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6376244-
CMYK0.740.6900.04
HSL235.69º89.16%60.2%-
HSV(B)235.69º74.18%95.69%-
XYZ20.9612.7686.95-
YUV91.26214.19107.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.45%
GREEN value IS 76 (30.08% from 255) = 19.84%
BLUE value IS 244 (95.70% from 255) = 63.71%
R=16.45%
G=19.84%
B=63.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal63762440.740.6900.04235.6989.1660.2
Hex3F4CF44A4504ec593c
Octal771143641121050435413174
Binary111111100110011110100100101010001010100111011001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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