#5255EF

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

Shades of Neon Blue #5255EF

Tints of Neon Blue #5255EF

Color information

#5255EF (or 0x5255EF) is unknown color: approx Neon Blue. HEX triplet: 52, 55 and EF. RGB value is (82,85,239). Sum of RGB (Red+Green+Blue) = 82+85+239=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #5255EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5255EF is #ADAA10. Grayscale: #656565. Windows color (decimal): -11381265 or 15684946. OLE color: 15684946.

HSL color Cylindrical-coordinate representation of color #5255EF: hue angle of 238.85º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5255EF is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8285239-
CMYK0.660.6400.06
HSL238.85º83.07%62.94%-
HSV(B)238.85º65.69%93.73%-
XYZ22.3114.5283.29-
YUV101.66205.51113.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.20%
GREEN value IS 85 (33.59% from 255) = 20.94%
BLUE value IS 239 (93.75% from 255) = 58.87%
R=20.20%
G=20.94%
B=58.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal82852390.660.6400.06238.8583.0762.94
Hex5255EF424006ef533f
Octal1221253571021000635712377
Binary1010010101010111101111100001010000000110111011111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5255EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5255EF; }

 p { color: rgb(82,85,239); }

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

<style>
 a { background-color: #5255EF; }

 a { background-color: rgb(82,85,239); }

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

<style>
 span { border-color: #5255EF; }

 span { border-color: rgb(82,85,239); }

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