#6140F1

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

Shades of Neon Blue #6140F1

Tints of Neon Blue #6140F1

Color information

#6140F1 (or 0x6140F1) is unknown color: approx Neon Blue. HEX triplet: 61, 40 and F1. RGB value is (97,64,241). Sum of RGB (Red+Green+Blue) = 97+64+241=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 241 (94.53% from 255 or 59.95% from 402); Max value from RGB is 241 - color contains mainly: blue. Hex color #6140F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6140F1 is #9EBF0E. Grayscale: #5D5D5D. Windows color (decimal): -10403599 or 15810657. OLE color: 15810657.

HSL color Cylindrical-coordinate representation of color #6140F1: hue angle of 251.19º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6140F1 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9764241-
CMYK0.600.7300.05
HSL251.19º86.34%59.8%-
HSV(B)251.19º73.44%94.51%-
XYZ22.6412.5684.45-
YUV94.04210.93130.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.13%
GREEN value IS 64 (25.39% from 255) = 15.92%
BLUE value IS 241 (94.53% from 255) = 59.95%
R=24.13%
G=15.92%
B=59.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal97642410.600.7300.05251.1986.3459.8
Hex6140F13C4905fb563c
Octal141100361741110537312674
Binary110000110000001111000111110010010010101111110111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6140F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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