#5F59F8

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

Shades of Neon Blue #5F59F8

Tints of Neon Blue #5F59F8

Color information

#5F59F8 (or 0x5F59F8) is unknown color: approx Neon Blue. HEX triplet: 5F, 59 and F8. RGB value is (95,89,248). Sum of RGB (Red+Green+Blue) = 95+89+248=432 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.99% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 248 (97.27% from 255 or 57.41% from 432); Max value from RGB is 248 - color contains mainly: blue. Hex color #5F59F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F59F8 is #A0A607. Grayscale: #6C6C6C. Windows color (decimal): -10528264 or 16275807. OLE color: 16275807.

HSL color Cylindrical-coordinate representation of color #5F59F8: hue angle of 242.26º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5F59F8 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB9589248-
CMYK0.620.6400.03
HSL242.26º91.91%66.08%-
HSV(B)242.26º64.11%97.25%-
XYZ25.2316.3590.63-
YUV108.92206.49118.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.99%
GREEN value IS 89 (35.16% from 255) = 20.60%
BLUE value IS 248 (97.27% from 255) = 57.41%
R=21.99%
G=20.60%
B=57.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal95892480.620.6400.03242.2691.9166.08
Hex5F59F83E4003f25c42
Octal1371313707610003362134102
Binary101111110110011111100011111010000000111111001010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F59F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F59F8; }

 p { color: rgb(95,89,248); }

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

<style>
 a { background-color: #5F59F8; }

 a { background-color: rgb(95,89,248); }

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

<style>
 span { border-color: #5F59F8; }

 span { border-color: rgb(95,89,248); }

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