#5168FB

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

Shades of Neon Blue #5168FB

Tints of Neon Blue #5168FB

Color information

#5168FB (or 0x5168FB) is unknown color: approx Neon Blue. HEX triplet: 51, 68 and FB. RGB value is (81,104,251). Sum of RGB (Red+Green+Blue) = 81+104+251=436 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.58% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #5168FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5168FB is #AE9704. Grayscale: #717171. Windows color (decimal): -11441925 or 16476241. OLE color: 16476241.

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

Color convert

RGB81104251-
CMYK0.680.5900.02
HSL231.88º95.51%65.1%-
HSV(B)231.88º67.73%98.43%-
XYZ25.7618.6193.5-
YUV113.88205.38104.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.58%
GREEN value IS 104 (41.02% from 255) = 23.85%
BLUE value IS 251 (98.44% from 255) = 57.57%
R=18.58%
G=23.85%
B=57.57%

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
Decimal811042510.680.5900.02231.8895.5165.1
Hex5168FB443B02e86041
Octal1211503731047302350140101
Binary101000111010001111101110001001110110101110100011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5168FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5168FB; }

 p { color: rgb(81,104,251); }

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

<style>
 a { background-color: #5168FB; }

 a { background-color: rgb(81,104,251); }

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

<style>
 span { border-color: #5168FB; }

 span { border-color: rgb(81,104,251); }

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