#5147FC

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

Shades of Neon Blue #5147FC

Tints of Neon Blue #5147FC

Color information

#5147FC (or 0x5147FC) is unknown color: approx Neon Blue. HEX triplet: 51, 47 and FC. RGB value is (81,71,252). Sum of RGB (Red+Green+Blue) = 81+71+252=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 252 (98.83% from 255 or 62.38% from 404); Max value from RGB is 252 - color contains mainly: blue. Hex color #5147FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5147FC is #AEB803. Grayscale: #5D5D5D. Windows color (decimal): -11450372 or 16533329. OLE color: 16533329.

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

Color convert

RGB8171252-
CMYK0.680.7200.01
HSL243.31º96.79%63.33%-
HSV(B)243.31º71.83%98.82%-
XYZ23.2213.2893.44-
YUV94.62216.81118.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.05%
GREEN value IS 71 (28.12% from 255) = 17.57%
BLUE value IS 252 (98.83% from 255) = 62.38%
R=20.05%
G=17.57%
B=62.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal81712520.680.7200.01243.3196.7963.33
Hex5147FC444801f3613f
Octal1211073741041100136314177
Binary10100011000111111111001000100100100001111100111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5147FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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