#3F50FA

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

Shades of Neon Blue #3F50FA

Tints of Neon Blue #3F50FA

Color information

#3F50FA (or 0x3F50FA) is unknown color: approx Neon Blue. HEX triplet: 3F, 50 and FA. RGB value is (63,80,250). Sum of RGB (Red+Green+Blue) = 63+80+250=393 (52% of max value = 765). Red value is 63 (25% from 255 or 16.03% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F50FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F50FA is #C0AF05. Grayscale: #5D5D5D. Windows color (decimal): -12627718 or 16404543. OLE color: 16404543.

HSL color Cylindrical-coordinate representation of color #3F50FA: hue angle of 234.55º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F50FA is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6380250-
CMYK0.750.6800.02
HSL234.55º94.92%61.37%-
HSV(B)234.55º74.8%98.04%-
XYZ22.1713.791.92-
YUV94.3215.87105.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.03%
GREEN value IS 80 (31.64% from 255) = 20.36%
BLUE value IS 250 (98.05% from 255) = 63.61%
R=16.03%
G=20.36%
B=63.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal63802500.750.6800.02234.5594.9261.37
Hex3F50FA4B4402eb5f3d
Octal771203721131040235313775
Binary11111110100001111101010010111000100010111010111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F50FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,80,250); }

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

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

 a { background-color: rgb(63,80,250); }

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

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

 span { border-color: rgb(63,80,250); }

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