#5760EC

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

Shades of Neon Blue #5760EC

Tints of Neon Blue #5760EC

Color information

#5760EC (or 0x5760EC) is unknown color: approx Neon Blue. HEX triplet: 57, 60 and EC. RGB value is (87,96,236). Sum of RGB (Red+Green+Blue) = 87+96+236=419 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.76% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #5760EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5760EC is #A89F13. Grayscale: #6C6C6C. Windows color (decimal): -11050772 or 15491159. OLE color: 15491159.

HSL color Cylindrical-coordinate representation of color #5760EC: hue angle of 236.38º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5760EC is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8796236-
CMYK0.630.5900.07
HSL236.38º79.68%63.33%-
HSV(B)236.38º63.14%92.55%-
XYZ23.2516.4581.31-
YUV109.27199.52112.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.76%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 236 (92.58% from 255) = 56.32%
R=20.76%
G=22.91%
B=56.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal87962360.630.5900.07236.3879.6863.33
Hex5760EC3F3B07ec503f
Octal12714035477730735412077
Binary10101111100000111011001111111110110111111011001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5760EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5760EC; }

 p { color: rgb(87,96,236); }

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

<style>
 a { background-color: #5760EC; }

 a { background-color: rgb(87,96,236); }

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

<style>
 span { border-color: #5760EC; }

 span { border-color: rgb(87,96,236); }

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