#3B37F0

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

Shades of Neon Blue #3B37F0

Tints of Neon Blue #3B37F0

Color information

#3B37F0 (or 0x3B37F0) is unknown color: approx Neon Blue. HEX triplet: 3B, 37 and F0. RGB value is (59,55,240). Sum of RGB (Red+Green+Blue) = 59+55+240=354 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.67% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 240 (94.14% from 255 or 67.80% from 354); Max value from RGB is 240 - color contains mainly: blue. Hex color #3B37F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B37F0 is #C4C80F. Grayscale: #4C4C4C. Windows color (decimal): -12896272 or 15742779. OLE color: 15742779.

HSL color Cylindrical-coordinate representation of color #3B37F0: hue angle of 241.3º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B37F0 is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5955240-
CMYK0.750.7700.06
HSL241.3º86.05%57.84%-
HSV(B)241.3º77.08%94.12%-
XYZ18.99.9583.36-
YUV77.29219.83114.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.67%
GREEN value IS 55 (21.88% from 255) = 15.54%
BLUE value IS 240 (94.14% from 255) = 67.80%
R=16.67%
G=15.54%
B=67.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal59552400.750.7700.06241.386.0557.84
Hex3B37F04B4D06f1563a
Octal73673601131150636112672
Binary11101111011111110000100101110011010110111100011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B37F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,55,240); }

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

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

 a { background-color: rgb(59,55,240); }

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

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

 span { border-color: rgb(59,55,240); }

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