#5760FE

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

Shades of Neon Blue #5760FE

Tints of Neon Blue #5760FE

Color information

#5760FE (or 0x5760FE) is unknown color: approx Neon Blue. HEX triplet: 57, 60 and FE. RGB value is (87,96,254). Sum of RGB (Red+Green+Blue) = 87+96+254=437 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.91% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #5760FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5760FE is #A89F01. Grayscale: #6E6E6E. Windows color (decimal): -11050754 or 16670807. OLE color: 16670807.

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

Color convert

RGB8796254-
CMYK0.660.6200.00
HSL236.77º98.82%66.86%-
HSV(B)236.77º65.75%99.61%-
XYZ2617.5595.78-
YUV111.32208.52110.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.91%
GREEN value IS 96 (37.89% from 255) = 21.97%
BLUE value IS 254 (99.61% from 255) = 58.12%
R=19.91%
G=21.97%
B=58.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal87962540.660.6200.00236.7798.8266.86
Hex5760FE423E00ed6343
Octal1271403761027600355143103
Binary10101111100000111111101000010111110001110110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5760FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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