Shades of Neon Blue #703DFB
Tints of Neon Blue #703DFB
RGB
CMYK
RGB Variations
Color information
#703DFB (or 0x703DFB) is known color: Neon Blue. HEX triplet: 70, 3D and FB. RGB value is (112,61,251). Sum of RGB (Red+Green+Blue) = 112+61+251=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #703DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703DFB is #8FC204. Grayscale: #616161. Windows color (decimal): -9421317 or 16465264. OLE color: 16465264.
HSL color Cylindrical-coordinate representation of color #703DFB: hue angle of 256.11º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #703DFB is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 61 | 251 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.02 |
| HSL | 256.11º | 0.96% | 0.61% | - |
| HSV(B) | 256.11º | 0.76% | 0.98% | - |
| XYZ | 25.76 | 13.75 | 92.56 | - |
| YUV | 97.91 | 214.4 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 251 | 0.55 | 0.76 | 0 | 0.02 | 256.11 | 0.96 | 0.61 |
| Hex | 70 | 3D | FB | 37 | 4C | 0 | 2 | 100 | 60 | 3D |
| Octal | 160 | 75 | 373 | 67 | 114 | 0 | 2 | 400 | 140 | 75 |
| Binary | 1110000 | 111101 | 11111011 | 110111 | 1001100 | 0 | 10 | 100000000 | 1100000 | 111101 |
Color Harmonies of #703DFB
Complementary color
Monochromatic Colors of #703DFB
Black with #703DFB
Text Example
Text Example
White with #703DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703DFB; }
p { color: rgb(112,61,251); }
H1.HeaderClassName
{
color: #703DFB;
}
.AnyTagClassName
{
color: #703DFB;
}
</style>
background-color css
<style>
a { background-color: #703DFB; }
a { background-color: rgb(112,61,251); }
div.DivClassName
{
background-color: #703DFB;
}
.BgClassName
{
background-color: #703DFB;
}
</style>
border-color css
<style>
span { border-color: #703DFB; }
span { border-color: rgb(112,61,251); }
td.TdClassName
{
border-color: #703DFB;
}
.TagClassName
{
border-color: #703DFB;
}
</style>