Shades of Neon Blue #713DFF
Tints of Neon Blue #713DFF
RGB
CMYK
RGB Variations
Color information
#713DFF (or 0x713DFF) is known color: Neon Blue. HEX triplet: 71, 3D and FF. RGB value is (113,61,255). Sum of RGB (Red+Green+Blue) = 113+61+255=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #713DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713DFF is #8EC200. Grayscale: #616161. Windows color (decimal): -9355777 or 16727409. OLE color: 16727409.
HSL color Cylindrical-coordinate representation of color #713DFF: hue angle of 256.08º 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 #713DFF is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 61 | 255 | - |
| CMYK | 0.56 | 0.76 | 0 | 0 |
| HSL | 256.08º | 1% | 0.62% | - |
| HSV(B) | 256.08º | 0.76% | 1% | - |
| XYZ | 26.53 | 14.07 | 95.92 | - |
| YUV | 98.66 | 216.23 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 255 | 0.56 | 0.76 | 0 | 0 | 256.08 | 1 | 0.62 |
| Hex | 71 | 3D | FF | 38 | 4C | 0 | 0 | 100 | 64 | 3E |
| Octal | 161 | 75 | 377 | 70 | 114 | 0 | 0 | 400 | 144 | 76 |
| Binary | 1110001 | 111101 | 11111111 | 111000 | 1001100 | 0 | 0 | 100000000 | 1100100 | 111110 |
Color Harmonies of #713DFF
Complementary color
Monochromatic Colors of #713DFF
Black with #713DFF
Text Example
Text Example
White with #713DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713DFF; }
p { color: rgb(113,61,255); }
H1.HeaderClassName
{
color: #713DFF;
}
.AnyTagClassName
{
color: #713DFF;
}
</style>
background-color css
<style>
a { background-color: #713DFF; }
a { background-color: rgb(113,61,255); }
div.DivClassName
{
background-color: #713DFF;
}
.BgClassName
{
background-color: #713DFF;
}
</style>
border-color css
<style>
span { border-color: #713DFF; }
span { border-color: rgb(113,61,255); }
td.TdClassName
{
border-color: #713DFF;
}
.TagClassName
{
border-color: #713DFF;
}
</style>