#5239DE

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

Shades of Neon Blue #5239DE

Tints of Neon Blue #5239DE

Color information

#5239DE (or 0x5239DE) is unknown color: approx Neon Blue. HEX triplet: 52, 39 and DE. RGB value is (82,57,222). Sum of RGB (Red+Green+Blue) = 82+57+222=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #5239DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5239DE is #ADC621. Grayscale: #525252. Windows color (decimal): -11388450 or 14563666. OLE color: 14563666.

HSL color Cylindrical-coordinate representation of color #5239DE: hue angle of 249.09º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5239DE is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8257222-
CMYK0.630.7400.13
HSL249.09º71.43%54.71%-
HSV(B)249.09º74.32%87.06%-
XYZ18.139.9970.08-
YUV83.28206.28127.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 57 (22.66% from 255) = 15.79%
BLUE value IS 222 (87.11% from 255) = 61.50%
R=22.71%
G=15.79%
B=61.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal82572220.630.7400.13249.0971.4354.71
Hex5239DE3F4A0Df94737
Octal122713367711201537110767
Binary101001011100111011110111111100101001101111110011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5239DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5239DE; }

 p { color: rgb(82,57,222); }

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

<style>
 a { background-color: #5239DE; }

 a { background-color: rgb(82,57,222); }

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

<style>
 span { border-color: #5239DE; }

 span { border-color: rgb(82,57,222); }

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