#5866FD

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

Shades of Neon Blue #5866FD

Tints of Neon Blue #5866FD

Color information

#5866FD (or 0x5866FD) is unknown color: approx Neon Blue. HEX triplet: 58, 66 and FD. RGB value is (88,102,253). Sum of RGB (Red+Green+Blue) = 88+102+253=443 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.86% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #5866FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5866FD is #A79902. Grayscale: #727272. Windows color (decimal): -10983683 or 16606808. OLE color: 16606808.

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

Color convert

RGB88102253-
CMYK0.650.6000.01
HSL234.91º97.63%66.86%-
HSV(B)234.91º65.22%99.22%-
XYZ26.5118.6795.14-
YUV115.03205.86108.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.86%
GREEN value IS 102 (40.23% from 255) = 23.02%
BLUE value IS 253 (99.22% from 255) = 57.11%
R=19.86%
G=23.02%
B=57.11%

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
Decimal881022530.650.6000.01234.9197.6366.86
Hex5866FD413C01eb6243
Octal1301463751017401353142103
Binary10110001100110111111011000001111100011110101111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5866FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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