#5246E7

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

Shades of Neon Blue #5246E7

Tints of Neon Blue #5246E7

Color information

#5246E7 (or 0x5246E7) is unknown color: approx Neon Blue. HEX triplet: 52, 46 and E7. RGB value is (82,70,231). Sum of RGB (Red+Green+Blue) = 82+70+231=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 231 (90.62% from 255 or 60.31% from 383); Max value from RGB is 231 - color contains mainly: blue. Hex color #5246E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5246E7 is #ADB918. Grayscale: #5B5B5B. Windows color (decimal): -11385113 or 15156818. OLE color: 15156818.

HSL color Cylindrical-coordinate representation of color #5246E7: hue angle of 244.47º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5246E7 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8270231-
CMYK0.650.7000.09
HSL244.47º77.03%59.02%-
HSV(B)244.47º69.7%90.59%-
XYZ20.0911.9476.85-
YUV91.94206.48120.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.41%
GREEN value IS 70 (27.73% from 255) = 18.28%
BLUE value IS 231 (90.62% from 255) = 60.31%
R=21.41%
G=18.28%
B=60.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal82702310.650.7000.09244.4777.0359.02
Hex5246E7414609f44d3b
Octal12210634710110601136411573
Binary10100101000110111001111000001100011001001111101001001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5246E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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