Shades of Neon Blue #703CFF
Tints of Neon Blue #703CFF
RGB
CMYK
RGB Variations
Color information
#703CFF (or 0x703CFF) is known color: Neon Blue. HEX triplet: 70, 3C and FF. RGB value is (112,60,255). Sum of RGB (Red+Green+Blue) = 112+60+255=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #703CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703CFF is #8FC300. Grayscale: #616161. Windows color (decimal): -9421569 or 16727152. OLE color: 16727152.
HSL color Cylindrical-coordinate representation of color #703CFF: hue angle of 256º 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 #703CFF is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 60 | 255 | - |
| CMYK | 0.56 | 0.76 | 0 | 0 |
| HSL | 256º | 1% | 0.62% | - |
| HSV(B) | 256º | 0.76% | 1% | - |
| XYZ | 26.35 | 13.9 | 95.9 | - |
| YUV | 97.78 | 216.73 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 255 | 0.56 | 0.76 | 0 | 0 | 256 | 1 | 0.62 |
| Hex | 70 | 3C | FF | 38 | 4C | 0 | 0 | 100 | 64 | 3E |
| Octal | 160 | 74 | 377 | 70 | 114 | 0 | 0 | 400 | 144 | 76 |
| Binary | 1110000 | 111100 | 11111111 | 111000 | 1001100 | 0 | 0 | 100000000 | 1100100 | 111110 |
Color Harmonies of #703CFF
Complementary color
Monochromatic Colors of #703CFF
Black with #703CFF
Text Example
Text Example
White with #703CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703CFF; }
p { color: rgb(112,60,255); }
H1.HeaderClassName
{
color: #703CFF;
}
.AnyTagClassName
{
color: #703CFF;
}
</style>
background-color css
<style>
a { background-color: #703CFF; }
a { background-color: rgb(112,60,255); }
div.DivClassName
{
background-color: #703CFF;
}
.BgClassName
{
background-color: #703CFF;
}
</style>
border-color css
<style>
span { border-color: #703CFF; }
span { border-color: rgb(112,60,255); }
td.TdClassName
{
border-color: #703CFF;
}
.TagClassName
{
border-color: #703CFF;
}
</style>