#3749F2

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

Shades of Neon Blue #3749F2

Tints of Neon Blue #3749F2

Color information

#3749F2 (or 0x3749F2) is unknown color: approx Neon Blue. HEX triplet: 37, 49 and F2. RGB value is (55,73,242). Sum of RGB (Red+Green+Blue) = 55+73+242=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 242 (94.92% from 255 or 65.41% from 370); Max value from RGB is 242 - color contains mainly: blue. Hex color #3749F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3749F2 is #C8B60D. Grayscale: #565656. Windows color (decimal): -13153806 or 15878455. OLE color: 15878455.

HSL color Cylindrical-coordinate representation of color #3749F2: hue angle of 234.22º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3749F2 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5573242-
CMYK0.770.7000.05
HSL234.22º87.79%58.24%-
HSV(B)234.22º77.27%94.9%-
XYZ19.9911.9985.27-
YUV86.88215.54105.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.86%
GREEN value IS 73 (28.91% from 255) = 19.73%
BLUE value IS 242 (94.92% from 255) = 65.41%
R=14.86%
G=19.73%
B=65.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal55732420.770.7000.05234.2287.7958.24
Hex3749F24D4605ea583a
Octal671113621151060535213072
Binary110111100100111110010100110110001100101111010101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3749F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3749F2; }

 p { color: rgb(55,73,242); }

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

<style>
 a { background-color: #3749F2; }

 a { background-color: rgb(55,73,242); }

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

<style>
 span { border-color: #3749F2; }

 span { border-color: rgb(55,73,242); }

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