#5760FD

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

Shades of Neon Blue #5760FD

Tints of Neon Blue #5760FD

Color information

#5760FD (or 0x5760FD) is unknown color: approx Neon Blue. HEX triplet: 57, 60 and FD. RGB value is (87,96,253). Sum of RGB (Red+Green+Blue) = 87+96+253=436 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.95% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #5760FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5760FD is #A89F02. Grayscale: #6E6E6E. Windows color (decimal): -11050755 or 16605271. OLE color: 16605271.

HSL color Cylindrical-coordinate representation of color #5760FD: hue angle of 236.75º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5760FD is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8796253-
CMYK0.660.6200.01
HSL236.75º97.65%66.67%-
HSV(B)236.75º65.61%99.22%-
XYZ25.8417.4894.94-
YUV111.21208.02110.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.95%
GREEN value IS 96 (37.89% from 255) = 22.02%
BLUE value IS 253 (99.22% from 255) = 58.03%
R=19.95%
G=22.02%
B=58.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal87962530.660.6200.01236.7597.6566.67
Hex5760FD423E01ed6243
Octal1271403751027601355142103
Binary10101111100000111111011000010111110011110110111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5760FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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