#5034F9

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

Shades of Neon Blue #5034F9

Tints of Neon Blue #5034F9

Color information

#5034F9 (or 0x5034F9) is unknown color: approx Neon Blue. HEX triplet: 50, 34 and F9. RGB value is (80,52,249). Sum of RGB (Red+Green+Blue) = 80+52+249=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 249 (97.66% from 255 or 65.35% from 381); Max value from RGB is 249 - color contains mainly: blue. Hex color #5034F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5034F9 is #AFCB06. Grayscale: #525252. Windows color (decimal): -11520775 or 16331856. OLE color: 16331856.

HSL color Cylindrical-coordinate representation of color #5034F9: hue angle of 248.53º 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 #5034F9 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8052249-
CMYK0.680.7900.02
HSL248.53º94.26%59.02%-
HSV(B)248.53º79.12%97.65%-
XYZ21.641190.61-
YUV82.83221.78125.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.00%
GREEN value IS 52 (20.70% from 255) = 13.65%
BLUE value IS 249 (97.66% from 255) = 65.35%
R=21.00%
G=13.65%
B=65.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal80522490.680.7900.02248.5394.2659.02
Hex5034F9444F02f95e3b
Octal120643711041170237113673
Binary10100001101001111100110001001001111010111110011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5034F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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