#5764FE

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

Shades of Neon Blue #5764FE

Tints of Neon Blue #5764FE

Color information

#5764FE (or 0x5764FE) is unknown color: approx Neon Blue. HEX triplet: 57, 64 and FE. RGB value is (87,100,254). Sum of RGB (Red+Green+Blue) = 87+100+254=441 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.73% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #5764FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5764FE is #A89B01. Grayscale: #717171. Windows color (decimal): -11049730 or 16671831. OLE color: 16671831.

HSL color Cylindrical-coordinate representation of color #5764FE: hue angle of 235.33º 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 #5764FE is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB87100254-
CMYK0.660.6100.00
HSL235.33º98.82%66.86%-
HSV(B)235.33º65.75%99.61%-
XYZ26.3818.395.91-
YUV113.67207.19108.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.73%
GREEN value IS 100 (39.45% from 255) = 22.68%
BLUE value IS 254 (99.61% from 255) = 57.60%
R=19.73%
G=22.68%
B=57.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal871002540.660.6100.00235.3398.8266.86
Hex5764FE423D00eb6343
Octal1271443761027500353143103
Binary10101111100100111111101000010111101001110101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5764FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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