#3F39E3

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

Shades of Neon Blue #3F39E3

Tints of Neon Blue #3F39E3

Color information

#3F39E3 (or 0x3F39E3) is unknown color: approx Neon Blue. HEX triplet: 3F, 39 and E3. RGB value is (63,57,227). Sum of RGB (Red+Green+Blue) = 63+57+227=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 227 (89.06% from 255 or 65.42% from 347); Max value from RGB is 227 - color contains mainly: blue. Hex color #3F39E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F39E3 is #C0C61C. Grayscale: #4D4D4D. Windows color (decimal): -12633629 or 14891327. OLE color: 14891327.

HSL color Cylindrical-coordinate representation of color #3F39E3: hue angle of 242.12º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F39E3 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6357227-
CMYK0.720.7500.11
HSL242.12º75.22%55.69%-
HSV(B)242.12º74.89%89.02%-
XYZ17.389.5373.6-
YUV78.17211.99117.18-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.16%
GREEN value IS 57 (22.66% from 255) = 16.43%
BLUE value IS 227 (89.06% from 255) = 65.42%
R=18.16%
G=16.43%
B=65.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal63572270.720.7500.11242.1275.2255.69
Hex3F39E3484B0Bf24b38
Octal777134311011301336211370
Binary111111111001111000111001000100101101011111100101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F39E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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