Shades of Neon Blue #713FFF
Tints of Neon Blue #713FFF
RGB
CMYK
RGB Variations
Color information
#713FFF (or 0x713FFF) is known color: Neon Blue. HEX triplet: 71, 3F and FF. RGB value is (113,63,255). Sum of RGB (Red+Green+Blue) = 113+63+255=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #713FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713FFF is #8EC000. Grayscale: #636363. Windows color (decimal): -9355265 or 16727921. OLE color: 16727921.
HSL color Cylindrical-coordinate representation of color #713FFF: hue angle of 255.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #713FFF is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 63 | 255 | - |
| CMYK | 0.56 | 0.75 | 0 | 0 |
| HSL | 255.63º | 1% | 0.62% | - |
| HSV(B) | 255.63º | 0.75% | 1% | - |
| XYZ | 26.64 | 14.29 | 95.96 | - |
| YUV | 99.84 | 215.57 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 255 | 0.56 | 0.75 | 0 | 0 | 255.63 | 1 | 0.62 |
| Hex | 71 | 3F | FF | 38 | 4B | 0 | 0 | 100 | 64 | 3E |
| Octal | 161 | 77 | 377 | 70 | 113 | 0 | 0 | 400 | 144 | 76 |
| Binary | 1110001 | 111111 | 11111111 | 111000 | 1001011 | 0 | 0 | 100000000 | 1100100 | 111110 |
Color Harmonies of #713FFF
Complementary color
Monochromatic Colors of #713FFF
Black with #713FFF
Text Example
Text Example
White with #713FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713FFF; }
p { color: rgb(113,63,255); }
H1.HeaderClassName
{
color: #713FFF;
}
.AnyTagClassName
{
color: #713FFF;
}
</style>
background-color css
<style>
a { background-color: #713FFF; }
a { background-color: rgb(113,63,255); }
div.DivClassName
{
background-color: #713FFF;
}
.BgClassName
{
background-color: #713FFF;
}
</style>
border-color css
<style>
span { border-color: #713FFF; }
span { border-color: rgb(113,63,255); }
td.TdClassName
{
border-color: #713FFF;
}
.TagClassName
{
border-color: #713FFF;
}
</style>