#5146E9

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

Shades of Neon Blue #5146E9

Tints of Neon Blue #5146E9

Color information

#5146E9 (or 0x5146E9) is unknown color: approx Neon Blue. HEX triplet: 51, 46 and E9. RGB value is (81,70,233). Sum of RGB (Red+Green+Blue) = 81+70+233=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 233 (91.41% from 255 or 60.68% from 384); Max value from RGB is 233 - color contains mainly: blue. Hex color #5146E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5146E9 is #AEB916. Grayscale: #5B5B5B. Windows color (decimal): -11450647 or 15287889. OLE color: 15287889.

HSL color Cylindrical-coordinate representation of color #5146E9: hue angle of 244.05º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5146E9 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8170233-
CMYK0.650.7000.09
HSL244.05º78.74%59.41%-
HSV(B)244.05º69.96%91.37%-
XYZ20.2912.0178.34-
YUV91.87207.64120.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.09%
GREEN value IS 70 (27.73% from 255) = 18.23%
BLUE value IS 233 (91.41% from 255) = 60.68%
R=21.09%
G=18.23%
B=60.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal81702330.650.7000.09244.0578.7459.41
Hex5146E9414609f44f3b
Octal12110635110110601136411773
Binary10100011000110111010011000001100011001001111101001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5146E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5146E9; }

 p { color: rgb(81,70,233); }

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

<style>
 a { background-color: #5146E9; }

 a { background-color: rgb(81,70,233); }

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

<style>
 span { border-color: #5146E9; }

 span { border-color: rgb(81,70,233); }

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