#5049F6

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

Shades of Neon Blue #5049F6

Tints of Neon Blue #5049F6

Color information

#5049F6 (or 0x5049F6) is unknown color: approx Neon Blue. HEX triplet: 50, 49 and F6. RGB value is (80,73,246). Sum of RGB (Red+Green+Blue) = 80+73+246=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 246 (96.48% from 255 or 61.65% from 399); Max value from RGB is 246 - color contains mainly: blue. Hex color #5049F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5049F6 is #AFB609. Grayscale: #5E5E5E. Windows color (decimal): -11515402 or 16140624. OLE color: 16140624.

HSL color Cylindrical-coordinate representation of color #5049F6: hue angle of 242.43º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5049F6 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8073246-
CMYK0.670.7000.04
HSL242.43º90.58%62.55%-
HSV(B)242.43º70.33%96.47%-
XYZ22.3313.1288.55-
YUV94.82213.32117.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.05%
GREEN value IS 73 (28.91% from 255) = 18.30%
BLUE value IS 246 (96.48% from 255) = 61.65%
R=20.05%
G=18.30%
B=61.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal80732460.670.7000.04242.4390.5862.55
Hex5049F6434604f25b3f
Octal1201113661031060436213377
Binary1010000100100111110110100001110001100100111100101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5049F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5049F6; }

 p { color: rgb(80,73,246); }

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

<style>
 a { background-color: #5049F6; }

 a { background-color: rgb(80,73,246); }

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

<style>
 span { border-color: #5049F6; }

 span { border-color: rgb(80,73,246); }

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