Shades of Neon Blue #713CFF
Tints of Neon Blue #713CFF
RGB
CMYK
RGB Variations
Color information
#713CFF (or 0x713CFF) is known color: Neon Blue. HEX triplet: 71, 3C and FF. RGB value is (113,60,255). Sum of RGB (Red+Green+Blue) = 113+60+255=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #713CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713CFF is #8EC300. Grayscale: #616161. Windows color (decimal): -9356033 or 16727153. OLE color: 16727153.
HSL color Cylindrical-coordinate representation of color #713CFF: hue angle of 256.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #713CFF is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 60 | 255 | - |
| CMYK | 0.56 | 0.76 | 0 | 0 |
| HSL | 256.31º | 1% | 0.62% | - |
| HSV(B) | 256.31º | 0.76% | 1% | - |
| XYZ | 26.48 | 13.96 | 95.91 | - |
| YUV | 98.08 | 216.56 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 255 | 0.56 | 0.76 | 0 | 0 | 256.31 | 1 | 0.62 |
| Hex | 71 | 3C | FF | 38 | 4C | 0 | 0 | 100 | 64 | 3E |
| Octal | 161 | 74 | 377 | 70 | 114 | 0 | 0 | 400 | 144 | 76 |
| Binary | 1110001 | 111100 | 11111111 | 111000 | 1001100 | 0 | 0 | 100000000 | 1100100 | 111110 |
Color Harmonies of #713CFF
Complementary color
Monochromatic Colors of #713CFF
Black with #713CFF
Text Example
Text Example
White with #713CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713CFF; }
p { color: rgb(113,60,255); }
H1.HeaderClassName
{
color: #713CFF;
}
.AnyTagClassName
{
color: #713CFF;
}
</style>
background-color css
<style>
a { background-color: #713CFF; }
a { background-color: rgb(113,60,255); }
div.DivClassName
{
background-color: #713CFF;
}
.BgClassName
{
background-color: #713CFF;
}
</style>
border-color css
<style>
span { border-color: #713CFF; }
span { border-color: rgb(113,60,255); }
td.TdClassName
{
border-color: #713CFF;
}
.TagClassName
{
border-color: #713CFF;
}
</style>