#3F4BE7

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

Shades of Neon Blue #3F4BE7

Tints of Neon Blue #3F4BE7

Color information

#3F4BE7 (or 0x3F4BE7) is unknown color: approx Neon Blue. HEX triplet: 3F, 4B and E7. RGB value is (63,75,231). Sum of RGB (Red+Green+Blue) = 63+75+231=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 231 (90.62% from 255 or 62.60% from 369); Max value from RGB is 231 - color contains mainly: blue. Hex color #3F4BE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F4BE7 is #C0B418. Grayscale: #585858. Windows color (decimal): -12629017 or 15158079. OLE color: 15158079.

HSL color Cylindrical-coordinate representation of color #3F4BE7: hue angle of 235.71º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F4BE7 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6375231-
CMYK0.730.6800.09
HSL235.71º77.78%57.65%-
HSV(B)235.71º72.73%90.59%-
XYZ18.9911.8676.89-
YUV89.2208.02109.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.07%
GREEN value IS 75 (29.69% from 255) = 20.33%
BLUE value IS 231 (90.62% from 255) = 62.60%
R=17.07%
G=20.33%
B=62.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal63752310.730.6800.09235.7177.7857.65
Hex3F4BE7494409ec4e3a
Octal7711334711110401135411672
Binary1111111001011111001111001001100010001001111011001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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