#5852EF

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

Shades of Neon Blue #5852EF

Tints of Neon Blue #5852EF

Color information

#5852EF (or 0x5852EF) is unknown color: approx Neon Blue. HEX triplet: 58, 52 and EF. RGB value is (88,82,239). Sum of RGB (Red+Green+Blue) = 88+82+239=409 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.52% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #5852EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5852EF is #A7AD10. Grayscale: #656565. Windows color (decimal): -10988817 or 15684184. OLE color: 15684184.

HSL color Cylindrical-coordinate representation of color #5852EF: hue angle of 242.29º 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 #5852EF is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8882239-
CMYK0.630.6600.06
HSL242.29º83.07%62.94%-
HSV(B)242.29º65.69%93.73%-
XYZ22.6214.3483.24-
YUV101.69205.49118.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.52%
GREEN value IS 82 (32.42% from 255) = 20.05%
BLUE value IS 239 (93.75% from 255) = 58.44%
R=21.52%
G=20.05%
B=58.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal88822390.630.6600.06242.2983.0762.94
Hex5852EF3F4206f2533f
Octal130122357771020636212377
Binary101100010100101110111111111110000100110111100101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5852EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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