#524FEB

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

Shades of Neon Blue #524FEB

Tints of Neon Blue #524FEB

Color information

#524FEB (or 0x524FEB) is unknown color: approx Neon Blue. HEX triplet: 52, 4F and EB. RGB value is (82,79,235). Sum of RGB (Red+Green+Blue) = 82+79+235=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #524FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #524FEB is #ADB014. Grayscale: #616161. Windows color (decimal): -11382805 or 15421266. OLE color: 15421266.

HSL color Cylindrical-coordinate representation of color #524FEB: hue angle of 241.15º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #524FEB is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8279235-
CMYK0.650.6600.08
HSL241.15º79.59%61.57%-
HSV(B)241.15º66.38%92.16%-
XYZ21.2713.3880.06-
YUV97.68205.49116.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.71%
GREEN value IS 79 (31.25% from 255) = 19.95%
BLUE value IS 235 (92.19% from 255) = 59.34%
R=20.71%
G=19.95%
B=59.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal82792350.650.6600.08241.1579.5961.57
Hex524FEB414208f1503e
Octal12211735310110201036112076
Binary10100101001111111010111000001100001001000111100011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524FEB; }

 p { color: rgb(82,79,235); }

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

<style>
 a { background-color: #524FEB; }

 a { background-color: rgb(82,79,235); }

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

<style>
 span { border-color: #524FEB; }

 span { border-color: rgb(82,79,235); }

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