#5242de

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

Shades of Neon Blue #5242DE

Tints of Neon Blue #5242DE

Color information

#5242DE (or 0x5242DE) is unknown color: approx Neon Blue. HEX triplet: 52, 42 and DE. RGB value is (82,66,222). Sum of RGB (Red+Green+Blue) = 82+66+222=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #5242DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5242DE is #ADBD21. Grayscale: #575757. Windows color (decimal): -11386146 or 14565970. OLE color: 14565970.

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

Color convert

RGB8266222-
CMYK0.630.7000.13
HSL246.15º70.27%56.47%-
HSV(B)246.15º70.27%87.06%-
XYZ18.6110.9670.24-
YUV88.57203.3123.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.16%
GREEN value IS 66 (26.17% from 255) = 17.84%
BLUE value IS 222 (87.11% from 255) = 60%
R=22.16%
G=17.84%
B=60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal82662220.630.7000.13246.1570.2756.47
Hex5242DE3F460Df64638
Octal1221023367710601536610670
Binary1010010100001011011110111111100011001101111101101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5242de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5242de; }

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

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

<style>
 a { background-color: #5242de; }

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

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

<style>
 span { border-color: #5242de; }

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

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