#3F45F1

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

Shades of Neon Blue #3F45F1

Tints of Neon Blue #3F45F1

Color information

#3F45F1 (or 0x3F45F1) is unknown color: approx Neon Blue. HEX triplet: 3F, 45 and F1. RGB value is (63,69,241). Sum of RGB (Red+Green+Blue) = 63+69+241=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 241 (94.53% from 255 or 64.61% from 373); Max value from RGB is 241 - color contains mainly: blue. Hex color #3F45F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F45F1 is #C0BA0E. Grayscale: #565656. Windows color (decimal): -12630543 or 15811903. OLE color: 15811903.

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

Color convert

RGB6369241-
CMYK0.740.7100.05
HSL237.98º86.41%59.61%-
HSV(B)237.98º73.86%94.51%-
XYZ20.0611.6684.41-
YUV86.81215.01111.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.89%
GREEN value IS 69 (27.34% from 255) = 18.50%
BLUE value IS 241 (94.53% from 255) = 64.61%
R=16.89%
G=18.50%
B=64.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal63692410.740.7100.05237.9886.4159.61
Hex3F45F14A4705ee563c
Octal771053611121070535612674
Binary111111100010111110001100101010001110101111011101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F45F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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