#5162FA

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

Shades of Neon Blue #5162FA

Tints of Neon Blue #5162FA

Color information

#5162FA (or 0x5162FA) is unknown color: approx Neon Blue. HEX triplet: 51, 62 and FA. RGB value is (81,98,250). Sum of RGB (Red+Green+Blue) = 81+98+250=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #5162FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5162FA is #AE9D05. Grayscale: #6D6D6D. Windows color (decimal): -11443462 or 16409169. OLE color: 16409169.

HSL color Cylindrical-coordinate representation of color #5162FA: hue angle of 233.96º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5162FA is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8198250-
CMYK0.680.6100.02
HSL233.96º94.41%64.9%-
HSV(B)233.96º67.6%98.04%-
XYZ25.0217.3992.48-
YUV110.24206.87107.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.88%
GREEN value IS 98 (38.67% from 255) = 22.84%
BLUE value IS 250 (98.05% from 255) = 58.28%
R=18.88%
G=22.84%
B=58.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal81982500.680.6100.02233.9694.4164.9
Hex5162FA443D02ea5e41
Octal1211423721047502352136101
Binary101000111000101111101010001001111010101110101010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5162FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5162FA; }

 p { color: rgb(81,98,250); }

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

<style>
 a { background-color: #5162FA; }

 a { background-color: rgb(81,98,250); }

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

<style>
 span { border-color: #5162FA; }

 span { border-color: rgb(81,98,250); }

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