#5F41F0

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

Shades of Neon Blue #5F41F0

Tints of Neon Blue #5F41F0

Color information

#5F41F0 (or 0x5F41F0) is unknown color: approx Neon Blue. HEX triplet: 5F, 41 and F0. RGB value is (95,65,240). Sum of RGB (Red+Green+Blue) = 95+65+240=400 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.75% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 240 (94.14% from 255 or 60% from 400); Max value from RGB is 240 - color contains mainly: blue. Hex color #5F41F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F41F0 is #A0BE0F. Grayscale: #5D5D5D. Windows color (decimal): -10534416 or 15745375. OLE color: 15745375.

HSL color Cylindrical-coordinate representation of color #5F41F0: hue angle of 250.29º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F41F0 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9565240-
CMYK0.600.7300.06
HSL250.29º85.37%59.8%-
HSV(B)250.29º72.92%94.12%-
XYZ22.3412.583.67-
YUV93.92210.44128.77-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.75%
GREEN value IS 65 (25.78% from 255) = 16.25%
BLUE value IS 240 (94.14% from 255) = 60%
R=23.75%
G=16.25%
B=60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal95652400.600.7300.06250.2985.3759.8
Hex5F41F03C4906fa553c
Octal137101360741110637212574
Binary101111110000011111000011110010010010110111110101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F41F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,65,240); }

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

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

 a { background-color: rgb(95,65,240); }

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

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

 span { border-color: rgb(95,65,240); }

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