#7141FE

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

Shades of Neon Blue #7141FE

Tints of Neon Blue #7141FE

Color information

#7141FE (or 0x7141FE) is unknown color: approx Neon Blue. HEX triplet: 71, 41 and FE. RGB value is (113,65,254). Sum of RGB (Red+Green+Blue) = 113+65+254=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #7141FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7141FE is #8EBE01. Grayscale: #646464. Windows color (decimal): -9354754 or 16662897. OLE color: 16662897.

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

Color convert

RGB11365254-
CMYK0.560.7400.00
HSL255.24º98.95%62.55%-
HSV(B)255.24º74.41%99.61%-
XYZ26.5914.4595.15-
YUV100.9214.4136.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.16%
GREEN value IS 65 (25.78% from 255) = 15.05%
BLUE value IS 254 (99.61% from 255) = 58.80%
R=26.16%
G=15.05%
B=58.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal113652540.560.7400.00255.2498.9562.55
Hex7141FE384A00ff633f
Octal161101376701120037714377
Binary1110001100000111111110111000100101000111111111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7141FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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