#3139F5

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

Shades of Neon Blue #3139F5

Tints of Neon Blue #3139F5

Color information

#3139F5 (or 0x3139F5) is unknown color: approx Neon Blue. HEX triplet: 31, 39 and F5. RGB value is (49,57,245). Sum of RGB (Red+Green+Blue) = 49+57+245=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 245 (96.09% from 255 or 69.80% from 351); Max value from RGB is 245 - color contains mainly: blue. Hex color #3139F5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3139F5 is #CEC60A. Grayscale: #4B4B4B. Windows color (decimal): -13551115 or 16070961. OLE color: 16070961.

HSL color Cylindrical-coordinate representation of color #3139F5: hue angle of 237.55º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3139F5 is Cyan = 0.8, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4957245-
CMYK0.80.7700.04
HSL237.55º90.74%57.65%-
HSV(B)237.55º80%96.08%-
XYZ19.2110.1787.34-
YUV76.04223.35108.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.96%
GREEN value IS 57 (22.66% from 255) = 16.24%
BLUE value IS 245 (96.09% from 255) = 69.80%
R=13.96%
G=16.24%
B=69.80%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal49572450.80.7700.04237.5590.7457.65
Hex3139F5504D04ee5b3a
Octal61713651201150435613372
Binary11000111100111110101101000010011010100111011101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3139F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3139F5; }

 p { color: rgb(49,57,245); }

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

<style>
 a { background-color: #3139F5; }

 a { background-color: rgb(49,57,245); }

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

<style>
 span { border-color: #3139F5; }

 span { border-color: rgb(49,57,245); }

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