#5165FA

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

Shades of Neon Blue #5165FA

Tints of Neon Blue #5165FA

Color information

#5165FA (or 0x5165FA) is unknown color: approx Neon Blue. HEX triplet: 51, 65 and FA. RGB value is (81,101,250). Sum of RGB (Red+Green+Blue) = 81+101+250=432 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.75% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #5165FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5165FA is #AE9A05. Grayscale: #6F6F6F. Windows color (decimal): -11442694 or 16409937. OLE color: 16409937.

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

Color convert

RGB81101250-
CMYK0.680.6000.02
HSL232.9º94.41%64.9%-
HSV(B)232.9º67.6%98.04%-
XYZ25.317.9692.58-
YUV112.01205.87105.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.75%
GREEN value IS 101 (39.84% from 255) = 23.38%
BLUE value IS 250 (98.05% from 255) = 57.87%
R=18.75%
G=23.38%
B=57.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal811012500.680.6000.02232.994.4164.9
Hex5165FA443C02e95e41
Octal1211453721047402351136101
Binary101000111001011111101010001001111000101110100110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5165FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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