Shades of Neon Blue #703EFC
Tints of Neon Blue #703EFC
RGB
CMYK
RGB Variations
Color information
#703EFC (or 0x703EFC) is known color: Neon Blue. HEX triplet: 70, 3E and FC. RGB value is (112,62,252). Sum of RGB (Red+Green+Blue) = 112+62+252=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #703EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703EFC is #8FC103. Grayscale: #616161. Windows color (decimal): -9421060 or 16531056. OLE color: 16531056.
HSL color Cylindrical-coordinate representation of color #703EFC: hue angle of 255.79º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #703EFC is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 62 | 252 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.01 |
| HSL | 255.79º | 0.97% | 0.62% | - |
| HSV(B) | 255.79º | 0.75% | 0.99% | - |
| XYZ | 25.98 | 13.92 | 93.41 | - |
| YUV | 98.61 | 214.57 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 62 | 252 | 0.56 | 0.75 | 0 | 0.01 | 255.79 | 0.97 | 0.62 |
| Hex | 70 | 3E | FC | 38 | 4B | 0 | 1 | 100 | 61 | 3E |
| Octal | 160 | 76 | 374 | 70 | 113 | 0 | 1 | 400 | 141 | 76 |
| Binary | 1110000 | 111110 | 11111100 | 111000 | 1001011 | 0 | 1 | 100000000 | 1100001 | 111110 |
Color Harmonies of #703EFC
Complementary color
Monochromatic Colors of #703EFC
Black with #703EFC
Text Example
Text Example
White with #703EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703EFC; }
p { color: rgb(112,62,252); }
H1.HeaderClassName
{
color: #703EFC;
}
.AnyTagClassName
{
color: #703EFC;
}
</style>
background-color css
<style>
a { background-color: #703EFC; }
a { background-color: rgb(112,62,252); }
div.DivClassName
{
background-color: #703EFC;
}
.BgClassName
{
background-color: #703EFC;
}
</style>
border-color css
<style>
span { border-color: #703EFC; }
span { border-color: rgb(112,62,252); }
td.TdClassName
{
border-color: #703EFC;
}
.TagClassName
{
border-color: #703EFC;
}
</style>