#5149F6

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

Shades of Neon Blue #5149F6

Tints of Neon Blue #5149F6

Color information

#5149F6 (or 0x5149F6) is unknown color: approx Neon Blue. HEX triplet: 51, 49 and F6. RGB value is (81,73,246). Sum of RGB (Red+Green+Blue) = 81+73+246=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 246 (96.48% from 255 or 61.5% from 400); Max value from RGB is 246 - color contains mainly: blue. Hex color #5149F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5149F6 is #AEB609. Grayscale: #5E5E5E. Windows color (decimal): -11449866 or 16140625. OLE color: 16140625.

HSL color Cylindrical-coordinate representation of color #5149F6: hue angle of 242.77º 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 #5149F6 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8173246-
CMYK0.670.7000.04
HSL242.77º90.58%62.55%-
HSV(B)242.77º70.33%96.47%-
XYZ22.4113.1788.55-
YUV95.11213.15117.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.25%
GREEN value IS 73 (28.91% from 255) = 18.25%
BLUE value IS 246 (96.48% from 255) = 61.5%
R=20.25%
G=18.25%
B=61.5%

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
Decimal81732460.670.7000.04242.7790.5862.55
Hex5149F6434604f35b3f
Octal1211113661031060436313377
Binary1010001100100111110110100001110001100100111100111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5149F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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