#3E3DFB

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

Shades of Neon Blue #3E3DFB

Tints of Neon Blue #3E3DFB

Color information

#3E3DFB (or 0x3E3DFB) is unknown color: approx Neon Blue. HEX triplet: 3E, 3D and FB. RGB value is (62,61,251). Sum of RGB (Red+Green+Blue) = 62+61+251=374 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.58% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #3E3DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E3DFB is #C1C204. Grayscale: #525252. Windows color (decimal): -12698117 or 16465214. OLE color: 16465214.

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

Color convert

RGB6261251-
CMYK0.750.7600.02
HSL240.32º95.96%61.18%-
HSV(B)240.32º75.7%98.43%-
XYZ21.0711.3392.34-
YUV82.96222.83113.05-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.58%
GREEN value IS 61 (24.22% from 255) = 16.31%
BLUE value IS 251 (98.44% from 255) = 67.11%
R=16.58%
G=16.31%
B=67.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal62612510.750.7600.02240.3295.9661.18
Hex3E3DFB4B4C02f0603d
Octal76753731131140236014075
Binary1111101111011111101110010111001100010111100001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,61,251); }

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

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

 a { background-color: rgb(62,61,251); }

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

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

 span { border-color: rgb(62,61,251); }

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