#5164FA

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

Shades of Neon Blue #5164FA

Tints of Neon Blue #5164FA

Color information

#5164FA (or 0x5164FA) is unknown color: approx Neon Blue. HEX triplet: 51, 64 and FA. RGB value is (81,100,250). Sum of RGB (Red+Green+Blue) = 81+100+250=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #5164FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5164FA is #AE9B05. Grayscale: #6E6E6E. Windows color (decimal): -11442950 or 16409681. OLE color: 16409681.

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

Color convert

RGB81100250-
CMYK0.680.600.02
HSL233.25º94.41%64.9%-
HSV(B)233.25º67.6%98.04%-
XYZ25.2117.7792.54-
YUV111.42206.21106.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.79%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 250 (98.05% from 255) = 58.00%
R=18.79%
G=23.20%
B=58.00%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal811002500.680.600.02233.2594.4164.9
Hex5164FA443C02e95e41
Octal1211443721047402351136101
Binary101000111001001111101010001001111000101110100110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5164FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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