Shades of Neon Blue #703DFD
Tints of Neon Blue #703DFD
RGB
CMYK
RGB Variations
Color information
#703DFD (or 0x703DFD) is known color: Neon Blue. HEX triplet: 70, 3D and FD. RGB value is (112,61,253). Sum of RGB (Red+Green+Blue) = 112+61+253=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #703DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703DFD is #8FC202. Grayscale: #616161. Windows color (decimal): -9421315 or 16596336. OLE color: 16596336.
HSL color Cylindrical-coordinate representation of color #703DFD: hue angle of 255.94º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #703DFD is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 61 | 253 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.01 |
| HSL | 255.94º | 0.98% | 0.62% | - |
| HSV(B) | 255.94º | 0.76% | 0.99% | - |
| XYZ | 26.08 | 13.87 | 94.23 | - |
| YUV | 98.14 | 215.4 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 253 | 0.56 | 0.76 | 0 | 0.01 | 255.94 | 0.98 | 0.62 |
| Hex | 70 | 3D | FD | 38 | 4C | 0 | 1 | 100 | 62 | 3E |
| Octal | 160 | 75 | 375 | 70 | 114 | 0 | 1 | 400 | 142 | 76 |
| Binary | 1110000 | 111101 | 11111101 | 111000 | 1001100 | 0 | 1 | 100000000 | 1100010 | 111110 |
Color Harmonies of #703DFD
Complementary color
Monochromatic Colors of #703DFD
Black with #703DFD
Text Example
Text Example
White with #703DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703DFD; }
p { color: rgb(112,61,253); }
H1.HeaderClassName
{
color: #703DFD;
}
.AnyTagClassName
{
color: #703DFD;
}
</style>
background-color css
<style>
a { background-color: #703DFD; }
a { background-color: rgb(112,61,253); }
div.DivClassName
{
background-color: #703DFD;
}
.BgClassName
{
background-color: #703DFD;
}
</style>
border-color css
<style>
span { border-color: #703DFD; }
span { border-color: rgb(112,61,253); }
td.TdClassName
{
border-color: #703DFD;
}
.TagClassName
{
border-color: #703DFD;
}
</style>