#4946F8

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

Shades of Neon Blue #4946F8

Tints of Neon Blue #4946F8

Color information

#4946F8 (or 0x4946F8) is unknown color: approx Neon Blue. HEX triplet: 49, 46 and F8. RGB value is (73,70,248). Sum of RGB (Red+Green+Blue) = 73+70+248=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 248 (97.27% from 255 or 63.43% from 391); Max value from RGB is 248 - color contains mainly: blue. Hex color #4946F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4946F8 is #B6B907. Grayscale: #5A5A5A. Windows color (decimal): -11974920 or 16270921. OLE color: 16270921.

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

Color convert

RGB7370248-
CMYK0.710.7200.03
HSL241.01º92.71%62.35%-
HSV(B)241.01º71.77%97.25%-
XYZ21.8812.5790.08-
YUV91.19216.49115.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.67%
GREEN value IS 70 (27.73% from 255) = 17.90%
BLUE value IS 248 (97.27% from 255) = 63.43%
R=18.67%
G=17.90%
B=63.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal73702480.710.7200.03241.0192.7162.35
Hex4946F8474803f15d3e
Octal1111063701071100336113576
Binary100100110001101111100010001111001000011111100011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4946F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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