#3147EA

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

Shades of Neon Blue #3147EA

Tints of Neon Blue #3147EA

Color information

#3147EA (or 0x3147EA) is unknown color: approx Neon Blue. HEX triplet: 31, 47 and EA. RGB value is (49,71,234). Sum of RGB (Red+Green+Blue) = 49+71+234=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #3147EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3147EA is #CEB815. Grayscale: #525252. Windows color (decimal): -13547542 or 15353649. OLE color: 15353649.

HSL color Cylindrical-coordinate representation of color #3147EA: hue angle of 232.86º 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 #3147EA is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4971234-
CMYK0.790.7000.08
HSL232.86º81.5%55.49%-
HSV(B)232.86º79.06%91.76%-
XYZ18.3711.179.02-
YUV83213.21103.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.84%
GREEN value IS 71 (28.12% from 255) = 20.06%
BLUE value IS 234 (91.80% from 255) = 66.10%
R=13.84%
G=20.06%
B=66.10%

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
Decimal49712340.790.7000.08232.8681.555.49
Hex3147EA4F4608e95137
Octal6110735211710601035112167
Binary1100011000111111010101001111100011001000111010011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3147EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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