Shades of Neon Blue #703DFC
Tints of Neon Blue #703DFC
RGB
CMYK
RGB Variations
Color information
#703DFC (or 0x703DFC) is known color: Neon Blue. HEX triplet: 70, 3D and FC. RGB value is (112,61,252). Sum of RGB (Red+Green+Blue) = 112+61+252=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #703DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703DFC is #8FC203. Grayscale: #616161. Windows color (decimal): -9421316 or 16530800. OLE color: 16530800.
HSL color Cylindrical-coordinate representation of color #703DFC: hue angle of 256.02º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #703DFC is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 61 | 252 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.01 |
| HSL | 256.02º | 0.97% | 0.61% | - |
| HSV(B) | 256.02º | 0.76% | 0.99% | - |
| XYZ | 25.92 | 13.81 | 93.39 | - |
| YUV | 98.02 | 214.9 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 252 | 0.56 | 0.76 | 0 | 0.01 | 256.02 | 0.97 | 0.61 |
| Hex | 70 | 3D | FC | 38 | 4C | 0 | 1 | 100 | 61 | 3D |
| Octal | 160 | 75 | 374 | 70 | 114 | 0 | 1 | 400 | 141 | 75 |
| Binary | 1110000 | 111101 | 11111100 | 111000 | 1001100 | 0 | 1 | 100000000 | 1100001 | 111101 |
Color Harmonies of #703DFC
Complementary color
Monochromatic Colors of #703DFC
Black with #703DFC
Text Example
Text Example
White with #703DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703DFC; }
p { color: rgb(112,61,252); }
H1.HeaderClassName
{
color: #703DFC;
}
.AnyTagClassName
{
color: #703DFC;
}
</style>
background-color css
<style>
a { background-color: #703DFC; }
a { background-color: rgb(112,61,252); }
div.DivClassName
{
background-color: #703DFC;
}
.BgClassName
{
background-color: #703DFC;
}
</style>
border-color css
<style>
span { border-color: #703DFC; }
span { border-color: rgb(112,61,252); }
td.TdClassName
{
border-color: #703DFC;
}
.TagClassName
{
border-color: #703DFC;
}
</style>