#5143F9

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

Shades of Neon Blue #5143F9

Tints of Neon Blue #5143F9

Color information

#5143F9 (or 0x5143F9) is unknown color: approx Neon Blue. HEX triplet: 51, 43 and F9. RGB value is (81,67,249). Sum of RGB (Red+Green+Blue) = 81+67+249=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 249 (97.66% from 255 or 62.72% from 397); Max value from RGB is 249 - color contains mainly: blue. Hex color #5143F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5143F9 is #AEBC06. Grayscale: #5B5B5B. Windows color (decimal): -11451399 or 16335697. OLE color: 16335697.

HSL color Cylindrical-coordinate representation of color #5143F9: hue angle of 244.62º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5143F9 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8167249-
CMYK0.670.7300.02
HSL244.62º93.81%61.96%-
HSV(B)244.62º73.09%97.65%-
XYZ22.512.690.87-
YUV91.93216.64120.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.40%
GREEN value IS 67 (26.56% from 255) = 16.88%
BLUE value IS 249 (97.66% from 255) = 62.72%
R=20.40%
G=16.88%
B=62.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal81672490.670.7300.02244.6293.8161.96
Hex5143F9434902f55e3e
Octal1211033711031110236513676
Binary101000110000111111100110000111001001010111101011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5143F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5143F9; }

 p { color: rgb(81,67,249); }

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

<style>
 a { background-color: #5143F9; }

 a { background-color: rgb(81,67,249); }

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

<style>
 span { border-color: #5143F9; }

 span { border-color: rgb(81,67,249); }

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