#5F57F8

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

Shades of Neon Blue #5F57F8

Tints of Neon Blue #5F57F8

Color information

#5F57F8 (or 0x5F57F8) is unknown color: approx Neon Blue. HEX triplet: 5F, 57 and F8. RGB value is (95,87,248). Sum of RGB (Red+Green+Blue) = 95+87+248=430 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.09% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 248 (97.27% from 255 or 57.67% from 430); Max value from RGB is 248 - color contains mainly: blue. Hex color #5F57F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F57F8 is #A0A807. Grayscale: #6B6B6B. Windows color (decimal): -10528776 or 16275295. OLE color: 16275295.

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

Color convert

RGB9587248-
CMYK0.620.6500.03
HSL242.98º92%65.69%-
HSV(B)242.98º64.92%97.25%-
XYZ25.0716.0390.58-
YUV107.75207.15118.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.09%
GREEN value IS 87 (34.38% from 255) = 20.23%
BLUE value IS 248 (97.27% from 255) = 57.67%
R=22.09%
G=20.23%
B=57.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal95872480.620.6500.03242.989265.69
Hex5F57F83E4103f35c42
Octal1371273707610103363134102
Binary101111110101111111100011111010000010111111001110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F57F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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