Shades of Neon Blue #703FF9
Tints of Neon Blue #703FF9
RGB
CMYK
RGB Variations
Color information
#703FF9 (or 0x703FF9) is known color: Neon Blue. HEX triplet: 70, 3F and F9. RGB value is (112,63,249). Sum of RGB (Red+Green+Blue) = 112+63+249=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 249 (97.66% from 255 or 58.73% from 424); Max value from RGB is 249 - color contains mainly: blue. Hex color #703FF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703FF9 is #8FC006. Grayscale: #626262. Windows color (decimal): -9420807 or 16334704. OLE color: 16334704.
HSL color Cylindrical-coordinate representation of color #703FF9: hue angle of 255.81º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #703FF9 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 63 | 249 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.02 |
| HSL | 255.81º | 0.94% | 0.61% | - |
| HSV(B) | 255.81º | 0.75% | 0.98% | - |
| XYZ | 25.56 | 13.84 | 90.95 | - |
| YUV | 98.86 | 212.73 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 249 | 0.55 | 0.75 | 0 | 0.02 | 255.81 | 0.94 | 0.61 |
| Hex | 70 | 3F | F9 | 37 | 4B | 0 | 2 | 100 | 5E | 3D |
| Octal | 160 | 77 | 371 | 67 | 113 | 0 | 2 | 400 | 136 | 75 |
| Binary | 1110000 | 111111 | 11111001 | 110111 | 1001011 | 0 | 10 | 100000000 | 1011110 | 111101 |
Color Harmonies of #703FF9
Complementary color
Monochromatic Colors of #703FF9
Black with #703FF9
Text Example
Text Example
White with #703FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703FF9; }
p { color: rgb(112,63,249); }
H1.HeaderClassName
{
color: #703FF9;
}
.AnyTagClassName
{
color: #703FF9;
}
</style>
background-color css
<style>
a { background-color: #703FF9; }
a { background-color: rgb(112,63,249); }
div.DivClassName
{
background-color: #703FF9;
}
.BgClassName
{
background-color: #703FF9;
}
</style>
border-color css
<style>
span { border-color: #703FF9; }
span { border-color: rgb(112,63,249); }
td.TdClassName
{
border-color: #703FF9;
}
.TagClassName
{
border-color: #703FF9;
}
</style>