#5F3EF6

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

Shades of Neon Blue #5F3EF6

Tints of Neon Blue #5F3EF6

Color information

#5F3EF6 (or 0x5F3EF6) is unknown color: approx Neon Blue. HEX triplet: 5F, 3E and F6. RGB value is (95,62,246). Sum of RGB (Red+Green+Blue) = 95+62+246=403 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.57% from 403); Green value is 62 (24.61% from 255 or 15.38% from 403); Blue value is 246 (96.48% from 255 or 61.04% from 403); Max value from RGB is 246 - color contains mainly: blue. Hex color #5F3EF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F3EF6 is #A0C109. Grayscale: #5C5C5C. Windows color (decimal): -10535178 or 16137823. OLE color: 16137823.

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

Color convert

RGB9562246-
CMYK0.610.7500.04
HSL250.76º91.09%60.39%-
HSV(B)250.76º74.8%96.47%-
XYZ23.0812.5388.39-
YUV92.84214.43129.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.57%
GREEN value IS 62 (24.61% from 255) = 15.38%
BLUE value IS 246 (96.48% from 255) = 61.04%
R=23.57%
G=15.38%
B=61.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal95622460.610.7500.04250.7691.0960.39
Hex5F3EF63D4B04fb5b3c
Octal13776366751130437313374
Binary10111111111101111011011110110010110100111110111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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