Shades of Neon Blue #713EFE
Tints of Neon Blue #713EFE
RGB
CMYK
RGB Variations
Color information
#713EFE (or 0x713EFE) is known color: Neon Blue. HEX triplet: 71, 3E and FE. RGB value is (113,62,254). Sum of RGB (Red+Green+Blue) = 113+62+254=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #713EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713EFE is #8EC101. Grayscale: #626262. Windows color (decimal): -9355522 or 16662129. OLE color: 16662129.
HSL color Cylindrical-coordinate representation of color #713EFE: hue angle of 255.94º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #713EFE is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 62 | 254 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.00 |
| HSL | 255.94º | 0.99% | 0.62% | - |
| HSV(B) | 255.94º | 0.76% | 1% | - |
| XYZ | 26.42 | 14.11 | 95.1 | - |
| YUV | 99.14 | 215.4 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 254 | 0.56 | 0.76 | 0 | 0.00 | 255.94 | 0.99 | 0.62 |
| Hex | 71 | 3E | FE | 38 | 4C | 0 | 0 | 100 | 63 | 3E |
| Octal | 161 | 76 | 376 | 70 | 114 | 0 | 0 | 400 | 143 | 76 |
| Binary | 1110001 | 111110 | 11111110 | 111000 | 1001100 | 0 | 0 | 100000000 | 1100011 | 111110 |
Color Harmonies of #713EFE
Complementary color
Monochromatic Colors of #713EFE
Black with #713EFE
Text Example
Text Example
White with #713EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713EFE; }
p { color: rgb(113,62,254); }
H1.HeaderClassName
{
color: #713EFE;
}
.AnyTagClassName
{
color: #713EFE;
}
</style>
background-color css
<style>
a { background-color: #713EFE; }
a { background-color: rgb(113,62,254); }
div.DivClassName
{
background-color: #713EFE;
}
.BgClassName
{
background-color: #713EFE;
}
</style>
border-color css
<style>
span { border-color: #713EFE; }
span { border-color: rgb(113,62,254); }
td.TdClassName
{
border-color: #713EFE;
}
.TagClassName
{
border-color: #713EFE;
}
</style>