#5F4FF6

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

Shades of Neon Blue #5F4FF6

Tints of Neon Blue #5F4FF6

Color information

#5F4FF6 (or 0x5F4FF6) is unknown color: approx Neon Blue. HEX triplet: 5F, 4F and F6. RGB value is (95,79,246). Sum of RGB (Red+Green+Blue) = 95+79+246=420 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.62% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 246 (96.48% from 255 or 58.57% from 420); Max value from RGB is 246 - color contains mainly: blue. Hex color #5F4FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F4FF6 is #A0B009. Grayscale: #666666. Windows color (decimal): -10530826 or 16142175. OLE color: 16142175.

HSL color Cylindrical-coordinate representation of color #5F4FF6: hue angle of 245.75º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F4FF6 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9579246-
CMYK0.610.6800.04
HSL245.75º90.27%63.73%-
HSV(B)245.75º67.89%96.47%-
XYZ24.1514.6888.75-
YUV102.82208.8122.42-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.62%
GREEN value IS 79 (31.25% from 255) = 18.81%
BLUE value IS 246 (96.48% from 255) = 58.57%
R=22.62%
G=18.81%
B=58.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal95792460.610.6800.04245.7590.2763.73
Hex5F4FF63D4404f65a40
Octal1371173667510404366132100
Binary1011111100111111110110111101100010001001111011010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,79,246); }

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

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

 a { background-color: rgb(95,79,246); }

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

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

 span { border-color: rgb(95,79,246); }

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