#5151F2

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

Shades of Neon Blue #5151F2

Tints of Neon Blue #5151F2

Color information

#5151F2 (or 0x5151F2) is unknown color: approx Neon Blue. HEX triplet: 51, 51 and F2. RGB value is (81,81,242). Sum of RGB (Red+Green+Blue) = 81+81+242=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 242 (94.92% from 255 or 59.90% from 404); Max value from RGB is 242 - color contains mainly: blue. Hex color #5151F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5151F2 is #AEAE0D. Grayscale: #626262. Windows color (decimal): -11447822 or 15880529. OLE color: 15880529.

HSL color Cylindrical-coordinate representation of color #5151F2: hue angle of 240º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5151F2 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8181242-
CMYK0.670.6700.05
HSL240º86.1%63.33%-
HSV(B)240º66.53%94.9%-
XYZ22.3614.0485.54-
YUV99.35208.5114.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.05%
GREEN value IS 81 (32.03% from 255) = 20.05%
BLUE value IS 242 (94.92% from 255) = 59.90%
R=20.05%
G=20.05%
B=59.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal81812420.670.6700.0524086.163.33
Hex5151F2434305f0563f
Octal1211213621031030536012677
Binary1010001101000111110010100001110000110101111100001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5151F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5151F2; }

 p { color: rgb(81,81,242); }

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

<style>
 a { background-color: #5151F2; }

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

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

<style>
 span { border-color: #5151F2; }

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

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