#5144DD

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

Shades of Neon Blue #5144DD

Tints of Neon Blue #5144DD

Color information

#5144DD (or 0x5144DD) is unknown color: approx Neon Blue. HEX triplet: 51, 44 and DD. RGB value is (81,68,221). Sum of RGB (Red+Green+Blue) = 81+68+221=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #5144DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5144DD is #AEBB22. Grayscale: #585858. Windows color (decimal): -11451171 or 14500945. OLE color: 14500945.

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

Color convert

RGB8168221-
CMYK0.630.6900.13
HSL245.1º69.23%56.67%-
HSV(B)245.1º69.23%86.67%-
XYZ18.5111.169.57-
YUV89.33202.31122.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.89%
GREEN value IS 68 (26.95% from 255) = 18.38%
BLUE value IS 221 (86.72% from 255) = 59.73%
R=21.89%
G=18.38%
B=59.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal81682210.630.6900.13245.169.2356.67
Hex5144DD3F450Df54539
Octal1211043357710501536510571
Binary1010001100010011011101111111100010101101111101011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5144DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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