#5246FF

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

Shades of Neon Blue #5246FF

Tints of Neon Blue #5246FF

Color information

#5246FF (or 0x5246FF) is unknown color: approx Neon Blue. HEX triplet: 52, 46 and FF. RGB value is (82,70,255). Sum of RGB (Red+Green+Blue) = 82+70+255=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #5246FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5246FF is #ADB900. Grayscale: #5D5D5D. Windows color (decimal): -11385089 or 16729682. OLE color: 16729682.

HSL color Cylindrical-coordinate representation of color #5246FF: hue angle of 243.89º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5246FF is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8270255-
CMYK0.680.7300
HSL243.89º100%63.73%-
HSV(B)243.89º72.55%100%-
XYZ23.7213.3995.94-
YUV94.68218.48118.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.15%
GREEN value IS 70 (27.73% from 255) = 17.20%
BLUE value IS 255 (100% from 255) = 62.65%
R=20.15%
G=17.20%
B=62.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal82702550.680.7300243.8910063.73
Hex5246FF444900f46440
Octal12210637710411100364144100
Binary101001010001101111111110001001001001001111010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5246FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5246FF; }

 p { color: rgb(82,70,255); }

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

<style>
 a { background-color: #5246FF; }

 a { background-color: rgb(82,70,255); }

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

<style>
 span { border-color: #5246FF; }

 span { border-color: rgb(82,70,255); }

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