Shades of Neon Blue #703BFE
Tints of Neon Blue #703BFE
RGB
CMYK
RGB Variations
Color information
#703BFE (or 0x703BFE) is known color: Neon Blue. HEX triplet: 70, 3B and FE. RGB value is (112,59,254). Sum of RGB (Red+Green+Blue) = 112+59+254=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #703BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703BFE is #8FC401. Grayscale: #606060. Windows color (decimal): -9421826 or 16661360. OLE color: 16661360.
HSL color Cylindrical-coordinate representation of color #703BFE: hue angle of 256.31º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #703BFE is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 59 | 254 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.00 |
| HSL | 256.31º | 0.99% | 0.61% | - |
| HSV(B) | 256.31º | 0.77% | 1% | - |
| XYZ | 26.14 | 13.73 | 95.04 | - |
| YUV | 97.08 | 216.56 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 254 | 0.56 | 0.77 | 0 | 0.00 | 256.31 | 0.99 | 0.61 |
| Hex | 70 | 3B | FE | 38 | 4D | 0 | 0 | 100 | 63 | 3D |
| Octal | 160 | 73 | 376 | 70 | 115 | 0 | 0 | 400 | 143 | 75 |
| Binary | 1110000 | 111011 | 11111110 | 111000 | 1001101 | 0 | 0 | 100000000 | 1100011 | 111101 |
Color Harmonies of #703BFE
Complementary color
Monochromatic Colors of #703BFE
Black with #703BFE
Text Example
Text Example
White with #703BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703BFE; }
p { color: rgb(112,59,254); }
H1.HeaderClassName
{
color: #703BFE;
}
.AnyTagClassName
{
color: #703BFE;
}
</style>
background-color css
<style>
a { background-color: #703BFE; }
a { background-color: rgb(112,59,254); }
div.DivClassName
{
background-color: #703BFE;
}
.BgClassName
{
background-color: #703BFE;
}
</style>
border-color css
<style>
span { border-color: #703BFE; }
span { border-color: rgb(112,59,254); }
td.TdClassName
{
border-color: #703BFE;
}
.TagClassName
{
border-color: #703BFE;
}
</style>