Shades of Neon Blue #703DFF
Tints of Neon Blue #703DFF
RGB
CMYK
RGB Variations
Color information
#703DFF (or 0x703DFF) is known color: Neon Blue. HEX triplet: 70, 3D and FF. RGB value is (112,61,255). Sum of RGB (Red+Green+Blue) = 112+61+255=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #703DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703DFF is #8FC200. Grayscale: #616161. Windows color (decimal): -9421313 or 16727408. OLE color: 16727408.
HSL color Cylindrical-coordinate representation of color #703DFF: hue angle of 255.77º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #703DFF is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 61 | 255 | - |
| CMYK | 0.56 | 0.76 | 0 | 0 |
| HSL | 255.77º | 1% | 0.62% | - |
| HSV(B) | 255.77º | 0.76% | 1% | - |
| XYZ | 26.4 | 14 | 95.92 | - |
| YUV | 98.37 | 216.4 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 255 | 0.56 | 0.76 | 0 | 0 | 255.77 | 1 | 0.62 |
| Hex | 70 | 3D | FF | 38 | 4C | 0 | 0 | 100 | 64 | 3E |
| Octal | 160 | 75 | 377 | 70 | 114 | 0 | 0 | 400 | 144 | 76 |
| Binary | 1110000 | 111101 | 11111111 | 111000 | 1001100 | 0 | 0 | 100000000 | 1100100 | 111110 |
Color Harmonies of #703DFF
Complementary color
Monochromatic Colors of #703DFF
Black with #703DFF
Text Example
Text Example
White with #703DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703DFF; }
p { color: rgb(112,61,255); }
H1.HeaderClassName
{
color: #703DFF;
}
.AnyTagClassName
{
color: #703DFF;
}
</style>
background-color css
<style>
a { background-color: #703DFF; }
a { background-color: rgb(112,61,255); }
div.DivClassName
{
background-color: #703DFF;
}
.BgClassName
{
background-color: #703DFF;
}
</style>
border-color css
<style>
span { border-color: #703DFF; }
span { border-color: rgb(112,61,255); }
td.TdClassName
{
border-color: #703DFF;
}
.TagClassName
{
border-color: #703DFF;
}
</style>