#5347FB

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

Shades of Neon Blue #5347FB

Tints of Neon Blue #5347FB

Color information

#5347FB (or 0x5347FB) is unknown color: approx Neon Blue. HEX triplet: 53, 47 and FB. RGB value is (83,71,251). Sum of RGB (Red+Green+Blue) = 83+71+251=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 251 (98.44% from 255 or 61.98% from 405); Max value from RGB is 251 - color contains mainly: blue. Hex color #5347FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5347FB is #ACB804. Grayscale: #5E5E5E. Windows color (decimal): -11319301 or 16467795. OLE color: 16467795.

HSL color Cylindrical-coordinate representation of color #5347FB: hue angle of 244º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5347FB is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8371251-
CMYK0.670.7200.02
HSL244º95.74%63.14%-
HSV(B)244º71.71%98.43%-
XYZ23.2313.3192.61-
YUV95.11215.98119.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.49%
GREEN value IS 71 (28.12% from 255) = 17.53%
BLUE value IS 251 (98.44% from 255) = 61.98%
R=20.49%
G=17.53%
B=61.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal83712510.670.7200.0224495.7463.14
Hex5347FB434802f4603f
Octal1231073731031100236414077
Binary101001110001111111101110000111001000010111101001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5347FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,71,251); }

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

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

 a { background-color: rgb(83,71,251); }

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

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

 span { border-color: rgb(83,71,251); }

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