Shades of Neon Blue #713FFB
Tints of Neon Blue #713FFB
RGB
CMYK
RGB Variations
Color information
#713FFB (or 0x713FFB) is known color: Neon Blue. HEX triplet: 71, 3F and FB. RGB value is (113,63,251). Sum of RGB (Red+Green+Blue) = 113+63+251=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #713FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713FFB is #8EC004. Grayscale: #626262. Windows color (decimal): -9355269 or 16465777. OLE color: 16465777.
HSL color Cylindrical-coordinate representation of color #713FFB: hue angle of 255.96º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #713FFB is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 63 | 251 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.02 |
| HSL | 255.96º | 0.96% | 0.62% | - |
| HSV(B) | 255.96º | 0.75% | 0.98% | - |
| XYZ | 26 | 14.03 | 92.6 | - |
| YUV | 99.38 | 213.57 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 251 | 0.55 | 0.75 | 0 | 0.02 | 255.96 | 0.96 | 0.62 |
| Hex | 71 | 3F | FB | 37 | 4B | 0 | 2 | 100 | 60 | 3E |
| Octal | 161 | 77 | 373 | 67 | 113 | 0 | 2 | 400 | 140 | 76 |
| Binary | 1110001 | 111111 | 11111011 | 110111 | 1001011 | 0 | 10 | 100000000 | 1100000 | 111110 |
Color Harmonies of #713FFB
Complementary color
Monochromatic Colors of #713FFB
Black with #713FFB
Text Example
Text Example
White with #713FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713FFB; }
p { color: rgb(113,63,251); }
H1.HeaderClassName
{
color: #713FFB;
}
.AnyTagClassName
{
color: #713FFB;
}
</style>
background-color css
<style>
a { background-color: #713FFB; }
a { background-color: rgb(113,63,251); }
div.DivClassName
{
background-color: #713FFB;
}
.BgClassName
{
background-color: #713FFB;
}
</style>
border-color css
<style>
span { border-color: #713FFB; }
span { border-color: rgb(113,63,251); }
td.TdClassName
{
border-color: #713FFB;
}
.TagClassName
{
border-color: #713FFB;
}
</style>