#7142FF

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

Shades of Neon Blue #7142FF

Tints of Neon Blue #7142FF

Color information

#7142FF (or 0x7142FF) is unknown color: approx Neon Blue. HEX triplet: 71, 42 and FF. RGB value is (113,66,255). Sum of RGB (Red+Green+Blue) = 113+66+255=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #7142FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7142FF is #8EBD00. Grayscale: #646464. Windows color (decimal): -9354497 or 16728689. OLE color: 16728689.

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

Color convert

RGB11366255-
CMYK0.560.7400
HSL254.92º100%62.94%-
HSV(B)254.92º74.12%100%-
XYZ26.8114.6396.02-
YUV101.6214.57136.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.04%
GREEN value IS 66 (26.17% from 255) = 15.21%
BLUE value IS 255 (100% from 255) = 58.76%
R=26.04%
G=15.21%
B=58.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal113662550.560.7400254.9210062.94
Hex7142FF384A00ff643f
Octal161102377701120037714477
Binary1110001100001011111111111000100101000111111111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7142FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,66,255); }

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

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

 a { background-color: rgb(113,66,255); }

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

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

 span { border-color: rgb(113,66,255); }

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