#7040FF

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

Shades of Neon Blue #7040FF

Tints of Neon Blue #7040FF

Color information

#7040FF (or 0x7040FF) is unknown color: approx Neon Blue. HEX triplet: 70, 40 and FF. RGB value is (112,64,255). Sum of RGB (Red+Green+Blue) = 112+64+255=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #7040FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7040FF is #8FBF00. Grayscale: #636363. Windows color (decimal): -9420545 or 16728176. OLE color: 16728176.

HSL color Cylindrical-coordinate representation of color #7040FF: hue angle of 255.08º 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 #7040FF is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11264255-
CMYK0.560.7500
HSL255.08º100%62.55%-
HSV(B)255.08º74.9%100%-
XYZ26.5714.3395.97-
YUV100.13215.4136.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.99%
GREEN value IS 64 (25.39% from 255) = 14.85%
BLUE value IS 255 (100% from 255) = 59.16%
R=25.99%
G=14.85%
B=59.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal112642550.560.7500255.0810062.55
Hex7040FF384B00ff643f
Octal160100377701130037714477
Binary1110000100000011111111111000100101100111111111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7040FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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