#5865FD

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

Shades of Neon Blue #5865FD

Tints of Neon Blue #5865FD

Color information

#5865FD (or 0x5865FD) is unknown color: approx Neon Blue. HEX triplet: 58, 65 and FD. RGB value is (88,101,253). Sum of RGB (Red+Green+Blue) = 88+101+253=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #5865FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5865FD is #A79A02. Grayscale: #717171. Windows color (decimal): -10983939 or 16606552. OLE color: 16606552.

HSL color Cylindrical-coordinate representation of color #5865FD: hue angle of 235.27º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5865FD is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB88101253-
CMYK0.650.6000.01
HSL235.27º97.63%66.86%-
HSV(B)235.27º65.22%99.22%-
XYZ26.4118.4795.1-
YUV114.44206.19109.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.91%
GREEN value IS 101 (39.84% from 255) = 22.85%
BLUE value IS 253 (99.22% from 255) = 57.24%
R=19.91%
G=22.85%
B=57.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal881012530.650.6000.01235.2797.6366.86
Hex5865FD413C01eb6243
Octal1301453751017401353142103
Binary10110001100101111111011000001111100011110101111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5865FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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