#3f3be3

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

Shades of Neon Blue #3F3BE3

Tints of Neon Blue #3F3BE3

Color information

#3F3BE3 (or 0x3F3BE3) is unknown color: approx Neon Blue. HEX triplet: 3F, 3B and E3. RGB value is (63,59,227). Sum of RGB (Red+Green+Blue) = 63+59+227=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 227 (89.06% from 255 or 65.04% from 349); Max value from RGB is 227 - color contains mainly: blue. Hex color #3F3BE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F3BE3 is #C0C41C. Grayscale: #4E4E4E. Windows color (decimal): -12633117 or 14891839. OLE color: 14891839.

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

Color convert

RGB6359227-
CMYK0.720.7400.11
HSL241.43º75%56.08%-
HSV(B)241.43º74.01%89.02%-
XYZ17.489.7373.63-
YUV79.35211.33116.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.05%
GREEN value IS 59 (23.44% from 255) = 16.91%
BLUE value IS 227 (89.06% from 255) = 65.04%
R=18.05%
G=16.91%
B=65.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal63592270.720.7400.11241.437556.08
Hex3F3BE3484A0Bf14b38
Octal777334311011201336111370
Binary111111111011111000111001000100101001011111100011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f3be3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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