#5166FA

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

Shades of Neon Blue #5166FA

Tints of Neon Blue #5166FA

Color information

#5166FA (or 0x5166FA) is unknown color: approx Neon Blue. HEX triplet: 51, 66 and FA. RGB value is (81,102,250). Sum of RGB (Red+Green+Blue) = 81+102+250=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #5166FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5166FA is #AE9905. Grayscale: #6F6F6F. Windows color (decimal): -11442438 or 16410193. OLE color: 16410193.

HSL color Cylindrical-coordinate representation of color #5166FA: hue angle of 232.54º 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 #5166FA is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB81102250-
CMYK0.680.5900.02
HSL232.54º94.41%64.9%-
HSV(B)232.54º67.6%98.04%-
XYZ25.418.1592.61-
YUV112.59205.54105.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.71%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 250 (98.05% from 255) = 57.74%
R=18.71%
G=23.56%
B=57.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal811022500.680.5900.02232.5494.4164.9
Hex5166FA443B02e95e41
Octal1211463721047302351136101
Binary101000111001101111101010001001110110101110100110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5166FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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