#3F4BE6

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

Shades of Neon Blue #3F4BE6

Tints of Neon Blue #3F4BE6

Color information

#3F4BE6 (or 0x3F4BE6) is unknown color: approx Neon Blue. HEX triplet: 3F, 4B and E6. RGB value is (63,75,230). Sum of RGB (Red+Green+Blue) = 63+75+230=368 (48% of max value = 765). Red value is 63 (25% from 255 or 17.12% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 230 (90.23% from 255 or 62.5% from 368); Max value from RGB is 230 - color contains mainly: blue. Hex color #3F4BE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F4BE6 is #C0B419. Grayscale: #585858. Windows color (decimal): -12629018 or 15092543. OLE color: 15092543.

HSL color Cylindrical-coordinate representation of color #3F4BE6: hue angle of 235.69º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F4BE6 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB6375230-
CMYK0.730.6700.10
HSL235.69º76.96%57.45%-
HSV(B)235.69º72.61%90.2%-
XYZ18.8511.876.15-
YUV89.08207.52109.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.12%
GREEN value IS 75 (29.69% from 255) = 20.38%
BLUE value IS 230 (90.23% from 255) = 62.5%
R=17.12%
G=20.38%
B=62.5%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal63752300.730.6700.10235.6976.9657.45
Hex3F4BE649430Aec4d39
Octal7711334611110301235411571
Binary1111111001011111001101001001100001101010111011001001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,75,230); }

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

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

 a { background-color: rgb(63,75,230); }

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

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

 span { border-color: rgb(63,75,230); }

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