#5156FB

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

Shades of Neon Blue #5156FB

Tints of Neon Blue #5156FB

Color information

#5156FB (or 0x5156FB) is unknown color: approx Neon Blue. HEX triplet: 51, 56 and FB. RGB value is (81,86,251). Sum of RGB (Red+Green+Blue) = 81+86+251=418 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.38% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #5156FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5156FB is #AEA904. Grayscale: #666666. Windows color (decimal): -11446533 or 16471633. OLE color: 16471633.

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

Color convert

RGB8186251-
CMYK0.680.6600.02
HSL238.24º95.51%65.1%-
HSV(B)238.24º67.73%98.43%-
XYZ24.1315.3792.96-
YUV103.32211.34112.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.38%
GREEN value IS 86 (33.98% from 255) = 20.57%
BLUE value IS 251 (98.44% from 255) = 60.05%
R=19.38%
G=20.57%
B=60.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal81862510.680.6600.02238.2495.5165.1
Hex5156FB444202ee6041
Octal12112637310410202356140101
Binary1010001101011011111011100010010000100101110111011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5156FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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