#7040FB

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

Shades of Neon Blue #7040FB

Tints of Neon Blue #7040FB

Color information

#7040FB (or 0x7040FB) is unknown color: approx Neon Blue. HEX triplet: 70, 40 and FB. RGB value is (112,64,251). Sum of RGB (Red+Green+Blue) = 112+64+251=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #7040FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7040FB is #8FBF04. Grayscale: #626262. Windows color (decimal): -9420549 or 16466032. OLE color: 16466032.

HSL color Cylindrical-coordinate representation of color #7040FB: hue angle of 255.4º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7040FB is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11264251-
CMYK0.550.7500.02
HSL255.4º95.9%61.76%-
HSV(B)255.4º74.5%98.43%-
XYZ25.9314.0892.62-
YUV99.67213.4136.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.23%
GREEN value IS 64 (25.39% from 255) = 14.99%
BLUE value IS 251 (98.44% from 255) = 58.78%
R=26.23%
G=14.99%
B=58.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal112642510.550.7500.02255.495.961.76
Hex7040FB374B02ff603e
Octal160100373671130237714076
Binary11100001000000111110111101111001011010111111111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7040FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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