Shades of Neon Blue #7142FE
Tints of Neon Blue #7142FE
RGB
CMYK
RGB Variations
Color information
#7142FE (or 0x7142FE) is known color: Neon Blue. HEX triplet: 71, 42 and FE. RGB value is (113,66,254). Sum of RGB (Red+Green+Blue) = 113+66+254=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #7142FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7142FE is #8EBD01. Grayscale: #646464. Windows color (decimal): -9354498 or 16663153. OLE color: 16663153.
HSL color Cylindrical-coordinate representation of color #7142FE: hue angle of 255º 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 #7142FE is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 66 | 254 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.00 |
| HSL | 255º | 0.99% | 0.63% | - |
| HSV(B) | 255º | 0.74% | 1% | - |
| XYZ | 26.65 | 14.56 | 95.17 | - |
| YUV | 101.49 | 214.07 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 66 | 254 | 0.56 | 0.74 | 0 | 0.00 | 255 | 0.99 | 0.63 |
| Hex | 71 | 42 | FE | 38 | 4A | 0 | 0 | FF | 63 | 3F |
| Octal | 161 | 102 | 376 | 70 | 112 | 0 | 0 | 377 | 143 | 77 |
| Binary | 1110001 | 1000010 | 11111110 | 111000 | 1001010 | 0 | 0 | 11111111 | 1100011 | 111111 |
Color Harmonies of #7142FE
Complementary color
Monochromatic Colors of #7142FE
Black with #7142FE
Text Example
Text Example
White with #7142FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7142FE; }
p { color: rgb(113,66,254); }
H1.HeaderClassName
{
color: #7142FE;
}
.AnyTagClassName
{
color: #7142FE;
}
</style>
background-color css
<style>
a { background-color: #7142FE; }
a { background-color: rgb(113,66,254); }
div.DivClassName
{
background-color: #7142FE;
}
.BgClassName
{
background-color: #7142FE;
}
</style>
border-color css
<style>
span { border-color: #7142FE; }
span { border-color: rgb(113,66,254); }
td.TdClassName
{
border-color: #7142FE;
}
.TagClassName
{
border-color: #7142FE;
}
</style>