#5137DF

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

Shades of Neon Blue #5137DF

Tints of Neon Blue #5137DF

Color information

#5137DF (or 0x5137DF) is unknown color: approx Neon Blue. HEX triplet: 51, 37 and DF. RGB value is (81,55,223). Sum of RGB (Red+Green+Blue) = 81+55+223=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #5137DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5137DF is #AEC820. Grayscale: #515151. Windows color (decimal): -11454497 or 14628689. OLE color: 14628689.

HSL color Cylindrical-coordinate representation of color #5137DF: hue angle of 249.29º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5137DF is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8155223-
CMYK0.640.7500.13
HSL249.29º72.41%54.51%-
HSV(B)249.29º75.34%87.45%-
XYZ18.089.8170.75-
YUV81.93207.61127.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.56%
GREEN value IS 55 (21.88% from 255) = 15.32%
BLUE value IS 223 (87.5% from 255) = 62.12%
R=22.56%
G=15.32%
B=62.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal81552230.640.7500.13249.2972.4154.51
Hex5137DF404B0Df94837
Octal1216733710011301537111067
Binary1010001110111110111111000000100101101101111110011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5137DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5137DF; }

 p { color: rgb(81,55,223); }

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

<style>
 a { background-color: #5137DF; }

 a { background-color: rgb(81,55,223); }

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

<style>
 span { border-color: #5137DF; }

 span { border-color: rgb(81,55,223); }

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