Shades of Neon Blue #713FFE
Tints of Neon Blue #713FFE
RGB
CMYK
RGB Variations
Color information
#713FFE (or 0x713FFE) is known color: Neon Blue. HEX triplet: 71, 3F and FE. RGB value is (113,63,254). Sum of RGB (Red+Green+Blue) = 113+63+254=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #713FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713FFE is #8EC001. Grayscale: #636363. Windows color (decimal): -9355266 or 16662385. OLE color: 16662385.
HSL color Cylindrical-coordinate representation of color #713FFE: hue angle of 255.71º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #713FFE is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 63 | 254 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.00 |
| HSL | 255.71º | 0.99% | 0.62% | - |
| HSV(B) | 255.71º | 0.75% | 1% | - |
| XYZ | 26.48 | 14.22 | 95.12 | - |
| YUV | 99.72 | 215.07 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 254 | 0.56 | 0.75 | 0 | 0.00 | 255.71 | 0.99 | 0.62 |
| Hex | 71 | 3F | FE | 38 | 4B | 0 | 0 | 100 | 63 | 3E |
| Octal | 161 | 77 | 376 | 70 | 113 | 0 | 0 | 400 | 143 | 76 |
| Binary | 1110001 | 111111 | 11111110 | 111000 | 1001011 | 0 | 0 | 100000000 | 1100011 | 111110 |
Color Harmonies of #713FFE
Complementary color
Monochromatic Colors of #713FFE
Black with #713FFE
Text Example
Text Example
White with #713FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713FFE; }
p { color: rgb(113,63,254); }
H1.HeaderClassName
{
color: #713FFE;
}
.AnyTagClassName
{
color: #713FFE;
}
</style>
background-color css
<style>
a { background-color: #713FFE; }
a { background-color: rgb(113,63,254); }
div.DivClassName
{
background-color: #713FFE;
}
.BgClassName
{
background-color: #713FFE;
}
</style>
border-color css
<style>
span { border-color: #713FFE; }
span { border-color: rgb(113,63,254); }
td.TdClassName
{
border-color: #713FFE;
}
.TagClassName
{
border-color: #713FFE;
}
</style>