#5141DD

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

Shades of Neon Blue #5141DD

Tints of Neon Blue #5141DD

Color information

#5141DD (or 0x5141DD) is unknown color: approx Neon Blue. HEX triplet: 51, 41 and DD. RGB value is (81,65,221). Sum of RGB (Red+Green+Blue) = 81+65+221=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #5141DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5141DD is #AEBE22. Grayscale: #565656. Windows color (decimal): -11451939 or 14500177. OLE color: 14500177.

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

Color convert

RGB8165221-
CMYK0.630.7100.13
HSL246.15º69.64%56.08%-
HSV(B)246.15º70.59%86.67%-
XYZ18.3310.7569.52-
YUV87.57203.3123.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.07%
GREEN value IS 65 (25.78% from 255) = 17.71%
BLUE value IS 221 (86.72% from 255) = 60.22%
R=22.07%
G=17.71%
B=60.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal81652210.630.7100.13246.1569.6456.08
Hex5141DD3F470Df64638
Octal1211013357710701536610670
Binary1010001100000111011101111111100011101101111101101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5141DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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