#5761ED

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

Shades of Neon Blue #5761ED

Tints of Neon Blue #5761ED

Color information

#5761ED (or 0x5761ED) is unknown color: approx Neon Blue. HEX triplet: 57, 61 and ED. RGB value is (87,97,237). Sum of RGB (Red+Green+Blue) = 87+97+237=421 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.67% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #5761ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5761ED is #A89E12. Grayscale: #6D6D6D. Windows color (decimal): -11050515 or 15556951. OLE color: 15556951.

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

Color convert

RGB8797237-
CMYK0.630.5900.07
HSL236º80.65%63.53%-
HSV(B)236º63.29%92.94%-
XYZ23.4916.6982.1-
YUV109.97199.69111.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.67%
GREEN value IS 97 (38.28% from 255) = 23.04%
BLUE value IS 237 (92.97% from 255) = 56.29%
R=20.67%
G=23.04%
B=56.29%

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
Decimal87972370.630.5900.0723680.6563.53
Hex5761ED3F3B07ec5140
Octal127141355777307354121100
Binary101011111000011110110111111111101101111110110010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5761ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5761ED; }

 p { color: rgb(87,97,237); }

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

<style>
 a { background-color: #5761ED; }

 a { background-color: rgb(87,97,237); }

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

<style>
 span { border-color: #5761ED; }

 span { border-color: rgb(87,97,237); }

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