#5F5CF6

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

Shades of Neon Blue #5F5CF6

Tints of Neon Blue #5F5CF6

Color information

#5F5CF6 (or 0x5F5CF6) is unknown color: approx Neon Blue. HEX triplet: 5F, 5C and F6. RGB value is (95,92,246). Sum of RGB (Red+Green+Blue) = 95+92+246=433 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.94% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 246 (96.48% from 255 or 56.81% from 433); Max value from RGB is 246 - color contains mainly: blue. Hex color #5F5CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F5CF6 is #A0A309. Grayscale: #6D6D6D. Windows color (decimal): -10527498 or 16145503. OLE color: 16145503.

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

Color convert

RGB9592246-
CMYK0.610.6300.04
HSL241.17º89.53%66.27%-
HSV(B)241.17º62.6%96.47%-
XYZ25.1816.7489.09-
YUV110.45204.49116.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.94%
GREEN value IS 92 (36.33% from 255) = 21.25%
BLUE value IS 246 (96.48% from 255) = 56.81%
R=21.94%
G=21.25%
B=56.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal95922460.610.6300.04241.1789.5366.27
Hex5F5CF63D3F04f15a42
Octal137134366757704361132102
Binary101111110111001111011011110111111101001111000110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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