Shades of Neon Blue #7141FF
Tints of Neon Blue #7141FF
RGB
CMYK
RGB Variations
Color information
#7141FF (or 0x7141FF) is known color: Neon Blue. HEX triplet: 71, 41 and FF. RGB value is (113,65,255). Sum of RGB (Red+Green+Blue) = 113+65+255=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 65 (25.78% from 255 or 15.01% 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 #7141FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7141FF is #8EBE00. Grayscale: #646464. Windows color (decimal): -9354753 or 16728433. OLE color: 16728433.
HSL color Cylindrical-coordinate representation of color #7141FF: hue angle of 255.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7141FF is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 65 | 255 | - |
| CMYK | 0.56 | 0.75 | 0 | 0 |
| HSL | 255.16º | 1% | 0.63% | - |
| HSV(B) | 255.16º | 0.75% | 1% | - |
| XYZ | 26.75 | 14.51 | 96 | - |
| YUV | 101.01 | 214.9 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 65 | 255 | 0.56 | 0.75 | 0 | 0 | 255.16 | 1 | 0.63 |
| Hex | 71 | 41 | FF | 38 | 4B | 0 | 0 | FF | 64 | 3F |
| Octal | 161 | 101 | 377 | 70 | 113 | 0 | 0 | 377 | 144 | 77 |
| Binary | 1110001 | 1000001 | 11111111 | 111000 | 1001011 | 0 | 0 | 11111111 | 1100100 | 111111 |
Color Harmonies of #7141FF
Complementary color
Monochromatic Colors of #7141FF
Black with #7141FF
Text Example
Text Example
White with #7141FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7141FF; }
p { color: rgb(113,65,255); }
H1.HeaderClassName
{
color: #7141FF;
}
.AnyTagClassName
{
color: #7141FF;
}
</style>
background-color css
<style>
a { background-color: #7141FF; }
a { background-color: rgb(113,65,255); }
div.DivClassName
{
background-color: #7141FF;
}
.BgClassName
{
background-color: #7141FF;
}
</style>
border-color css
<style>
span { border-color: #7141FF; }
span { border-color: rgb(113,65,255); }
td.TdClassName
{
border-color: #7141FF;
}
.TagClassName
{
border-color: #7141FF;
}
</style>