#3E3BF7

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

Shades of Neon Blue #3E3BF7

Tints of Neon Blue #3E3BF7

Color information

#3E3BF7 (or 0x3E3BF7) is unknown color: approx Neon Blue. HEX triplet: 3E, 3B and F7. RGB value is (62,59,247). Sum of RGB (Red+Green+Blue) = 62+59+247=368 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.85% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 247 (96.88% from 255 or 67.12% from 368); Max value from RGB is 247 - color contains mainly: blue. Hex color #3E3BF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E3BF7 is #C1C408. Grayscale: #505050. Windows color (decimal): -12698633 or 16202558. OLE color: 16202558.

HSL color Cylindrical-coordinate representation of color #3E3BF7: hue angle of 240.96º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E3BF7 is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6259247-
CMYK0.750.7600.03
HSL240.96º92.16%60%-
HSV(B)240.96º76.11%96.86%-
XYZ20.3410.8789.02-
YUV81.33221.49114.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.85%
GREEN value IS 59 (23.44% from 255) = 16.03%
BLUE value IS 247 (96.88% from 255) = 67.12%
R=16.85%
G=16.03%
B=67.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal62592470.750.7600.03240.9692.1660
Hex3E3BF74B4C03f15c3c
Octal76733671131140336113474
Binary1111101110111111011110010111001100011111100011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,59,247); }

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

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

 a { background-color: rgb(62,59,247); }

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

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

 span { border-color: rgb(62,59,247); }

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