#5134F9

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

Shades of Neon Blue #5134F9

Tints of Neon Blue #5134F9

Color information

#5134F9 (or 0x5134F9) is unknown color: approx Neon Blue. HEX triplet: 51, 34 and F9. RGB value is (81,52,249). Sum of RGB (Red+Green+Blue) = 81+52+249=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 249 (97.66% from 255 or 65.18% from 382); Max value from RGB is 249 - color contains mainly: blue. Hex color #5134F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5134F9 is #AECB06. Grayscale: #525252. Windows color (decimal): -11455239 or 16331857. OLE color: 16331857.

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

Color convert

RGB8152249-
CMYK0.670.7900.02
HSL248.83º94.26%59.02%-
HSV(B)248.83º79.12%97.65%-
XYZ21.7211.0490.61-
YUV83.13221.61126.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.20%
GREEN value IS 52 (20.70% from 255) = 13.61%
BLUE value IS 249 (97.66% from 255) = 65.18%
R=21.20%
G=13.61%
B=65.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal81522490.670.7900.02248.8394.2659.02
Hex5134F9434F02f95e3b
Octal121643711031170237113673
Binary10100011101001111100110000111001111010111110011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5134F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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