#5765FB

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

Shades of Neon Blue #5765FB

Tints of Neon Blue #5765FB

Color information

#5765FB (or 0x5765FB) is unknown color: approx Neon Blue. HEX triplet: 57, 65 and FB. RGB value is (87,101,251). Sum of RGB (Red+Green+Blue) = 87+101+251=439 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.82% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #5765FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5765FB is #A89A04. Grayscale: #717171. Windows color (decimal): -11049477 or 16475479. OLE color: 16475479.

HSL color Cylindrical-coordinate representation of color #5765FB: hue angle of 234.88º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5765FB is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB87101251-
CMYK0.650.6000.02
HSL234.88º95.35%66.27%-
HSV(B)234.88º65.34%98.43%-
XYZ2618.393.43-
YUV113.91205.36108.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.82%
GREEN value IS 101 (39.84% from 255) = 23.01%
BLUE value IS 251 (98.44% from 255) = 57.18%
R=19.82%
G=23.01%
B=57.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal871012510.650.6000.02234.8895.3566.27
Hex5765FB413C02eb5f42
Octal1271453731017402353137102
Binary101011111001011111101110000011111000101110101110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5765FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5765FB; }

 p { color: rgb(87,101,251); }

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

<style>
 a { background-color: #5765FB; }

 a { background-color: rgb(87,101,251); }

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

<style>
 span { border-color: #5765FB; }

 span { border-color: rgb(87,101,251); }

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