#3F39F9

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

Shades of Neon Blue #3F39F9

Tints of Neon Blue #3F39F9

Color information

#3F39F9 (or 0x3F39F9) is unknown color: approx Neon Blue. HEX triplet: 3F, 39 and F9. RGB value is (63,57,249). Sum of RGB (Red+Green+Blue) = 63+57+249=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 249 (97.66% from 255 or 67.48% from 369); Max value from RGB is 249 - color contains mainly: blue. Hex color #3F39F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F39F9 is #C0C606. Grayscale: #4F4F4F. Windows color (decimal): -12633607 or 16333119. OLE color: 16333119.

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

Color convert

RGB6357249-
CMYK0.750.7700.02
HSL241.88º94.12%60%-
HSV(B)241.88º77.11%97.65%-
XYZ20.6110.8290.63-
YUV80.68222.99115.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.07%
GREEN value IS 57 (22.66% from 255) = 15.45%
BLUE value IS 249 (97.66% from 255) = 67.48%
R=17.07%
G=15.45%
B=67.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal63572490.750.7700.02241.8894.1260
Hex3F39F94B4D02f25e3c
Octal77713711131150236213674
Binary1111111110011111100110010111001101010111100101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F39F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,57,249); }

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

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

 a { background-color: rgb(63,57,249); }

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

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

 span { border-color: rgb(63,57,249); }

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