Shades of Neon Blue #713FFD
Tints of Neon Blue #713FFD
RGB
CMYK
RGB Variations
Color information
#713FFD (or 0x713FFD) is known color: Neon Blue. HEX triplet: 71, 3F and FD. RGB value is (113,63,253). Sum of RGB (Red+Green+Blue) = 113+63+253=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #713FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713FFD is #8EC002. Grayscale: #626262. Windows color (decimal): -9355267 or 16596849. OLE color: 16596849.
HSL color Cylindrical-coordinate representation of color #713FFD: hue angle of 255.79º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #713FFD is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 63 | 253 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.01 |
| HSL | 255.79º | 0.98% | 0.62% | - |
| HSV(B) | 255.79º | 0.75% | 0.99% | - |
| XYZ | 26.32 | 14.16 | 94.27 | - |
| YUV | 99.61 | 214.57 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 253 | 0.55 | 0.75 | 0 | 0.01 | 255.79 | 0.98 | 0.62 |
| Hex | 71 | 3F | FD | 37 | 4B | 0 | 1 | 100 | 62 | 3E |
| Octal | 161 | 77 | 375 | 67 | 113 | 0 | 1 | 400 | 142 | 76 |
| Binary | 1110001 | 111111 | 11111101 | 110111 | 1001011 | 0 | 1 | 100000000 | 1100010 | 111110 |
Color Harmonies of #713FFD
Complementary color
Monochromatic Colors of #713FFD
Black with #713FFD
Text Example
Text Example
White with #713FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713FFD; }
p { color: rgb(113,63,253); }
H1.HeaderClassName
{
color: #713FFD;
}
.AnyTagClassName
{
color: #713FFD;
}
</style>
background-color css
<style>
a { background-color: #713FFD; }
a { background-color: rgb(113,63,253); }
div.DivClassName
{
background-color: #713FFD;
}
.BgClassName
{
background-color: #713FFD;
}
</style>
border-color css
<style>
span { border-color: #713FFD; }
span { border-color: rgb(113,63,253); }
td.TdClassName
{
border-color: #713FFD;
}
.TagClassName
{
border-color: #713FFD;
}
</style>