#5146DD

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

Shades of Neon Blue #5146DD

Tints of Neon Blue #5146DD

Color information

#5146DD (or 0x5146DD) is unknown color: approx Neon Blue. HEX triplet: 51, 46 and DD. RGB value is (81,70,221). Sum of RGB (Red+Green+Blue) = 81+70+221=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #5146DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5146DD is #AEB922. Grayscale: #595959. Windows color (decimal): -11450659 or 14501457. OLE color: 14501457.

HSL color Cylindrical-coordinate representation of color #5146DD: hue angle of 244.37º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5146DD is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8170221-
CMYK0.630.6800.13
HSL244.37º68.95%57.06%-
HSV(B)244.37º68.33%86.67%-
XYZ18.6311.3569.62-
YUV90.5201.64121.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.77%
GREEN value IS 70 (27.73% from 255) = 18.82%
BLUE value IS 221 (86.72% from 255) = 59.41%
R=21.77%
G=18.82%
B=59.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal81702210.630.6800.13244.3768.9557.06
Hex5146DD3F440Df44539
Octal1211063357710401536410571
Binary1010001100011011011101111111100010001101111101001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5146DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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