#5865FB

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

Shades of Neon Blue #5865FB

Tints of Neon Blue #5865FB

Color information

#5865FB (or 0x5865FB) is unknown color: approx Neon Blue. HEX triplet: 58, 65 and FB. RGB value is (88,101,251). Sum of RGB (Red+Green+Blue) = 88+101+251=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #5865FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5865FB is #A79A04. Grayscale: #717171. Windows color (decimal): -10983941 or 16475480. OLE color: 16475480.

HSL color Cylindrical-coordinate representation of color #5865FB: hue angle of 235.21º 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 #5865FB is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB88101251-
CMYK0.650.6000.02
HSL235.21º95.32%66.47%-
HSV(B)235.21º64.94%98.43%-
XYZ26.0918.3593.43-
YUV114.21205.19109.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 251 (98.44% from 255) = 57.05%
R=20%
G=22.95%
B=57.05%

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
Decimal881012510.650.6000.02235.2195.3266.47
Hex5865FB413C02eb5f42
Octal1301453731017402353137102
Binary101100011001011111101110000011111000101110101110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5865FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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