#7140FE

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

Shades of Neon Blue #7140FE

Tints of Neon Blue #7140FE

Color information

#7140FE (or 0x7140FE) is unknown color: approx Neon Blue. HEX triplet: 71, 40 and FE. RGB value is (113,64,254). Sum of RGB (Red+Green+Blue) = 113+64+254=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #7140FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7140FE is #8EBF01. Grayscale: #636363. Windows color (decimal): -9355010 or 16662641. OLE color: 16662641.

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

Color convert

RGB11364254-
CMYK0.560.7500.00
HSL255.47º98.96%62.35%-
HSV(B)255.47º74.8%99.61%-
XYZ26.5314.3395.13-
YUV100.31214.73137.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.22%
GREEN value IS 64 (25.39% from 255) = 14.85%
BLUE value IS 254 (99.61% from 255) = 58.93%
R=26.22%
G=14.85%
B=58.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal113642540.560.7500.00255.4798.9662.35
Hex7140FE384B00ff633e
Octal161100376701130037714376
Binary1110001100000011111110111000100101100111111111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7140FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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