#3146EA

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

Shades of Neon Blue #3146EA

Tints of Neon Blue #3146EA

Color information

#3146EA (or 0x3146EA) is unknown color: approx Neon Blue. HEX triplet: 31, 46 and EA. RGB value is (49,70,234). Sum of RGB (Red+Green+Blue) = 49+70+234=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #3146EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3146EA is #CEB915. Grayscale: #515151. Windows color (decimal): -13547798 or 15353393. OLE color: 15353393.

HSL color Cylindrical-coordinate representation of color #3146EA: hue angle of 233.19º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3146EA is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4970234-
CMYK0.790.7000.08
HSL233.19º81.5%55.49%-
HSV(B)233.19º79.06%91.76%-
XYZ18.3110.9779-
YUV82.42213.54104.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.88%
GREEN value IS 70 (27.73% from 255) = 19.83%
BLUE value IS 234 (91.80% from 255) = 66.29%
R=13.88%
G=19.83%
B=66.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal49702340.790.7000.08233.1981.555.49
Hex3146EA4F4608e95137
Octal6110635211710601035112167
Binary1100011000110111010101001111100011001000111010011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3146EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3146EA; }

 p { color: rgb(49,70,234); }

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

<style>
 a { background-color: #3146EA; }

 a { background-color: rgb(49,70,234); }

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

<style>
 span { border-color: #3146EA; }

 span { border-color: rgb(49,70,234); }

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