#5249FA

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

Shades of Neon Blue #5249FA

Tints of Neon Blue #5249FA

Color information

#5249FA (or 0x5249FA) is unknown color: approx Neon Blue. HEX triplet: 52, 49 and FA. RGB value is (82,73,250). Sum of RGB (Red+Green+Blue) = 82+73+250=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #5249FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5249FA is #ADB605. Grayscale: #5F5F5F. Windows color (decimal): -11384326 or 16402770. OLE color: 16402770.

HSL color Cylindrical-coordinate representation of color #5249FA: hue angle of 243.05º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5249FA is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8273250-
CMYK0.670.7100.02
HSL243.05º94.65%63.33%-
HSV(B)243.05º70.8%98.04%-
XYZ23.1213.4691.82-
YUV95.87214.98118.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.25%
GREEN value IS 73 (28.91% from 255) = 18.02%
BLUE value IS 250 (98.05% from 255) = 61.73%
R=20.25%
G=18.02%
B=61.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82732500.670.7100.02243.0594.6563.33
Hex5249FA434702f35f3f
Octal1221113721031070236313777
Binary101001010010011111101010000111000111010111100111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5249FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5249FA; }

 p { color: rgb(82,73,250); }

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

<style>
 a { background-color: #5249FA; }

 a { background-color: rgb(82,73,250); }

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

<style>
 span { border-color: #5249FA; }

 span { border-color: rgb(82,73,250); }

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