#6140F6

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

Shades of Neon Blue #6140F6

Tints of Neon Blue #6140F6

Color information

#6140F6 (or 0x6140F6) is unknown color: approx Neon Blue. HEX triplet: 61, 40 and F6. RGB value is (97,64,246). Sum of RGB (Red+Green+Blue) = 97+64+246=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 246 (96.48% from 255 or 60.44% from 407); Max value from RGB is 246 - color contains mainly: blue. Hex color #6140F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6140F6 is #9EBF09. Grayscale: #5D5D5D. Windows color (decimal): -10403594 or 16138337. OLE color: 16138337.

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

Color convert

RGB9764246-
CMYK0.610.7400.04
HSL250.88º91%60.78%-
HSV(B)250.88º73.98%96.47%-
XYZ23.412.8688.44-
YUV94.62213.43129.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.83%
GREEN value IS 64 (25.39% from 255) = 15.72%
BLUE value IS 246 (96.48% from 255) = 60.44%
R=23.83%
G=15.72%
B=60.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal97642460.610.7400.04250.889160.78
Hex6140F63D4A04fb5b3d
Octal141100366751120437313375
Binary110000110000001111011011110110010100100111110111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6140F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6140F6; }

 p { color: rgb(97,64,246); }

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

<style>
 a { background-color: #6140F6; }

 a { background-color: rgb(97,64,246); }

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

<style>
 span { border-color: #6140F6; }

 span { border-color: rgb(97,64,246); }

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