#7041FD

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

Shades of Neon Blue #7041FD

Tints of Neon Blue #7041FD

Color information

#7041FD (or 0x7041FD) is unknown color: approx Neon Blue. HEX triplet: 70, 41 and FD. RGB value is (112,65,253). Sum of RGB (Red+Green+Blue) = 112+65+253=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #7041FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7041FD is #8FBE02. Grayscale: #636363. Windows color (decimal): -9420291 or 16597360. OLE color: 16597360.

HSL color Cylindrical-coordinate representation of color #7041FD: hue angle of 255º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7041FD is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11265253-
CMYK0.560.7400.01
HSL255º97.92%62.35%-
HSV(B)255º74.31%99.22%-
XYZ26.314.3294.31-
YUV100.48214.07136.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.05%
GREEN value IS 65 (25.78% from 255) = 15.12%
BLUE value IS 253 (99.22% from 255) = 58.84%
R=26.05%
G=15.12%
B=58.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal112652530.560.7400.0125597.9262.35
Hex7041FD384A01ff623e
Octal160101375701120137714276
Binary1110000100000111111101111000100101001111111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7041FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7041FD; }

 p { color: rgb(112,65,253); }

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

<style>
 a { background-color: #7041FD; }

 a { background-color: rgb(112,65,253); }

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

<style>
 span { border-color: #7041FD; }

 span { border-color: rgb(112,65,253); }

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