#3C49F8

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

Shades of Neon Blue #3C49F8

Tints of Neon Blue #3C49F8

Color information

#3C49F8 (or 0x3C49F8) is unknown color: approx Neon Blue. HEX triplet: 3C, 49 and F8. RGB value is (60,73,248). Sum of RGB (Red+Green+Blue) = 60+73+248=381 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.75% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 248 (97.27% from 255 or 65.09% from 381); Max value from RGB is 248 - color contains mainly: blue. Hex color #3C49F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C49F8 is #C3B607. Grayscale: #585858. Windows color (decimal): -12826120 or 16271676. OLE color: 16271676.

HSL color Cylindrical-coordinate representation of color #3C49F8: hue angle of 235.85º degrees, saturation: 0.93, 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 #3C49F8 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6073248-
CMYK0.760.7100.03
HSL235.85º93.07%60.39%-
HSV(B)235.85º75.81%97.25%-
XYZ21.1912.590.1-
YUV89.06217.69107.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.75%
GREEN value IS 73 (28.91% from 255) = 19.16%
BLUE value IS 248 (97.27% from 255) = 65.09%
R=15.75%
G=19.16%
B=65.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal60732480.760.7100.03235.8593.0760.39
Hex3C49F84C4703ec5d3c
Octal741113701141070335413574
Binary11110010010011111100010011001000111011111011001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C49F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,73,248); }

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

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

 a { background-color: rgb(60,73,248); }

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

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

 span { border-color: rgb(60,73,248); }

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