#7042FF

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

Shades of Neon Blue #7042FF

Tints of Neon Blue #7042FF

Color information

#7042FF (or 0x7042FF) is unknown color: approx Neon Blue. HEX triplet: 70, 42 and FF. RGB value is (112,66,255). Sum of RGB (Red+Green+Blue) = 112+66+255=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #7042FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7042FF is #8FBD00. Grayscale: #646464. Windows color (decimal): -9420033 or 16728688. OLE color: 16728688.

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

Color convert

RGB11266255-
CMYK0.560.7400
HSL254.6º100%62.94%-
HSV(B)254.6º74.12%100%-
XYZ26.6814.5696.01-
YUV101.3214.74135.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.87%
GREEN value IS 66 (26.17% from 255) = 15.24%
BLUE value IS 255 (100% from 255) = 58.89%
R=25.87%
G=15.24%
B=58.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal112662550.560.7400254.610062.94
Hex7042FF384A00ff643f
Octal160102377701120037714477
Binary1110000100001011111111111000100101000111111111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7042FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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