#5F56F1

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

Shades of Neon Blue #5F56F1

Tints of Neon Blue #5F56F1

Color information

#5F56F1 (or 0x5F56F1) is unknown color: approx Neon Blue. HEX triplet: 5F, 56 and F1. RGB value is (95,86,241). Sum of RGB (Red+Green+Blue) = 95+86+241=422 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.51% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 241 (94.53% from 255 or 57.11% from 422); Max value from RGB is 241 - color contains mainly: blue. Hex color #5F56F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F56F1 is #A0A90E. Grayscale: #696969. Windows color (decimal): -10529039 or 15816287. OLE color: 15816287.

HSL color Cylindrical-coordinate representation of color #5F56F1: hue angle of 243.48º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5F56F1 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9586241-
CMYK0.610.6400.05
HSL243.48º84.7%64.12%-
HSV(B)243.48º64.32%94.51%-
XYZ23.9215.4484.94-
YUV106.36203.98119.9-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.51%
GREEN value IS 86 (33.98% from 255) = 20.38%
BLUE value IS 241 (94.53% from 255) = 57.11%
R=22.51%
G=20.38%
B=57.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal95862410.610.6400.05243.4884.764.12
Hex5F56F13D4005f35540
Octal1371263617510005363125100
Binary1011111101011011110001111101100000001011111001110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F56F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,86,241); }

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

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

 a { background-color: rgb(95,86,241); }

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

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

 span { border-color: rgb(95,86,241); }

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