#5157FC

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

Shades of Neon Blue #5157FC

Tints of Neon Blue #5157FC

Color information

#5157FC (or 0x5157FC) is unknown color: approx Neon Blue. HEX triplet: 51, 57 and FC. RGB value is (81,87,252). Sum of RGB (Red+Green+Blue) = 81+87+252=420 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.29% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #5157FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5157FC is #AEA803. Grayscale: #676767. Windows color (decimal): -11446276 or 16537425. OLE color: 16537425.

HSL color Cylindrical-coordinate representation of color #5157FC: hue angle of 237.89º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5157FC is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8187252-
CMYK0.680.6500.01
HSL237.89º96.61%65.29%-
HSV(B)237.89º67.86%98.82%-
XYZ24.3715.5993.82-
YUV104.02211.51111.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.29%
GREEN value IS 87 (34.38% from 255) = 20.71%
BLUE value IS 252 (98.83% from 255) = 60%
R=19.29%
G=20.71%
B=60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal81872520.680.6500.01237.8996.6165.29
Hex5157FC444101ee6141
Octal12112737410410101356141101
Binary101000110101111111110010001001000001011110111011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5157FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5157FC; }

 p { color: rgb(81,87,252); }

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

<style>
 a { background-color: #5157FC; }

 a { background-color: rgb(81,87,252); }

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

<style>
 span { border-color: #5157FC; }

 span { border-color: rgb(81,87,252); }

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