#7140FF

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

Shades of Neon Blue #7140FF

Tints of Neon Blue #7140FF

Color information

#7140FF (or 0x7140FF) is unknown color: approx Neon Blue. HEX triplet: 71, 40 and FF. RGB value is (113,64,255). Sum of RGB (Red+Green+Blue) = 113+64+255=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #7140FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7140FF is #8EBF00. Grayscale: #636363. Windows color (decimal): -9355009 or 16728177. OLE color: 16728177.

HSL color Cylindrical-coordinate representation of color #7140FF: hue angle of 255.39º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7140FF is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11364255-
CMYK0.560.7500
HSL255.39º100%62.55%-
HSV(B)255.39º74.9%100%-
XYZ26.6914.495.98-
YUV100.42215.23136.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.16%
GREEN value IS 64 (25.39% from 255) = 14.81%
BLUE value IS 255 (100% from 255) = 59.03%
R=26.16%
G=14.81%
B=59.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal113642550.560.7500255.3910062.55
Hex7140FF384B00ff643f
Octal161100377701130037714477
Binary1110001100000011111111111000100101100111111111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7140FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7140FF; }

 p { color: rgb(113,64,255); }

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

<style>
 a { background-color: #7140FF; }

 a { background-color: rgb(113,64,255); }

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

<style>
 span { border-color: #7140FF; }

 span { border-color: rgb(113,64,255); }

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