Shades of Neon Blue #703FFA
Tints of Neon Blue #703FFA
RGB
CMYK
RGB Variations
Color information
#703FFA (or 0x703FFA) is known color: Neon Blue. HEX triplet: 70, 3F and FA. RGB value is (112,63,250). Sum of RGB (Red+Green+Blue) = 112+63+250=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #703FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703FFA is #8FC005. Grayscale: #626262. Windows color (decimal): -9420806 or 16400240. OLE color: 16400240.
HSL color Cylindrical-coordinate representation of color #703FFA: hue angle of 255.72º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #703FFA is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 63 | 250 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.02 |
| HSL | 255.72º | 0.95% | 0.61% | - |
| HSV(B) | 255.72º | 0.75% | 0.98% | - |
| XYZ | 25.71 | 13.9 | 91.77 | - |
| YUV | 98.97 | 213.23 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 250 | 0.55 | 0.75 | 0 | 0.02 | 255.72 | 0.95 | 0.61 |
| Hex | 70 | 3F | FA | 37 | 4B | 0 | 2 | 100 | 5F | 3D |
| Octal | 160 | 77 | 372 | 67 | 113 | 0 | 2 | 400 | 137 | 75 |
| Binary | 1110000 | 111111 | 11111010 | 110111 | 1001011 | 0 | 10 | 100000000 | 1011111 | 111101 |
Color Harmonies of #703FFA
Complementary color
Monochromatic Colors of #703FFA
Black with #703FFA
Text Example
Text Example
White with #703FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703FFA; }
p { color: rgb(112,63,250); }
H1.HeaderClassName
{
color: #703FFA;
}
.AnyTagClassName
{
color: #703FFA;
}
</style>
background-color css
<style>
a { background-color: #703FFA; }
a { background-color: rgb(112,63,250); }
div.DivClassName
{
background-color: #703FFA;
}
.BgClassName
{
background-color: #703FFA;
}
</style>
border-color css
<style>
span { border-color: #703FFA; }
span { border-color: rgb(112,63,250); }
td.TdClassName
{
border-color: #703FFA;
}
.TagClassName
{
border-color: #703FFA;
}
</style>