#4946F7

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

Shades of Neon Blue #4946F7

Tints of Neon Blue #4946F7

Color information

#4946F7 (or 0x4946F7) is unknown color: approx Neon Blue. HEX triplet: 49, 46 and F7. RGB value is (73,70,247). Sum of RGB (Red+Green+Blue) = 73+70+247=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 247 (96.88% from 255 or 63.33% from 390); Max value from RGB is 247 - color contains mainly: blue. Hex color #4946F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4946F7 is #B6B908. Grayscale: #5A5A5A. Windows color (decimal): -11974921 or 16205385. OLE color: 16205385.

HSL color Cylindrical-coordinate representation of color #4946F7: hue angle of 241.02º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4946F7 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB7370247-
CMYK0.700.7200.03
HSL241.02º91.71%62.16%-
HSV(B)241.02º71.66%96.86%-
XYZ21.7312.5189.27-
YUV91.07215.99115.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.72%
GREEN value IS 70 (27.73% from 255) = 17.95%
BLUE value IS 247 (96.88% from 255) = 63.33%
R=18.72%
G=17.95%
B=63.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal73702470.700.7200.03241.0291.7162.16
Hex4946F7464803f15c3e
Octal1111063671061100336113476
Binary100100110001101111011110001101001000011111100011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4946F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4946F7; }

 p { color: rgb(73,70,247); }

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

<style>
 a { background-color: #4946F7; }

 a { background-color: rgb(73,70,247); }

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

<style>
 span { border-color: #4946F7; }

 span { border-color: rgb(73,70,247); }

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