Shades of Neon Blue #7042FF
Tints of Neon Blue #7042FF
RGB
CMYK
RGB Variations
Color information
#7042FF (or 0x7042FF) is known color: 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
| RGB | 112 | 66 | 255 | - |
| CMYK | 0.56 | 0.74 | 0 | 0 |
| HSL | 254.6º | 1% | 0.63% | - |
| HSV(B) | 254.6º | 0.74% | 1% | - |
| XYZ | 26.68 | 14.56 | 96.01 | - |
| YUV | 101.3 | 214.74 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 255 | 0.56 | 0.74 | 0 | 0 | 254.6 | 1 | 0.63 |
| Hex | 70 | 42 | FF | 38 | 4A | 0 | 0 | FF | 64 | 3F |
| Octal | 160 | 102 | 377 | 70 | 112 | 0 | 0 | 377 | 144 | 77 |
| Binary | 1110000 | 1000010 | 11111111 | 111000 | 1001010 | 0 | 0 | 11111111 | 1100100 | 111111 |
Color Harmonies of #7042FF
Complementary color
Monochromatic Colors of #7042FF
Black with #7042FF
Text Example
Text Example
White with #7042FF
Text Example
Text Example
HTML Codes & Css Web 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>