Shades of Neon Blue #7043FE
Tints of Neon Blue #7043FE
RGB
CMYK
RGB Variations
Color information
#7043FE (or 0x7043FE) is known color: Neon Blue. HEX triplet: 70, 43 and FE. RGB value is (112,67,254). Sum of RGB (Red+Green+Blue) = 112+67+254=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #7043FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7043FE is #8FBC01. Grayscale: #656565. Windows color (decimal): -9419778 or 16663408. OLE color: 16663408.
HSL color Cylindrical-coordinate representation of color #7043FE: hue angle of 254.44º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7043FE is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 67 | 254 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.00 |
| HSL | 254.44º | 0.99% | 0.63% | - |
| HSV(B) | 254.44º | 0.74% | 1% | - |
| XYZ | 26.58 | 14.61 | 95.19 | - |
| YUV | 101.77 | 213.91 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 254 | 0.56 | 0.74 | 0 | 0.00 | 254.44 | 0.99 | 0.63 |
| Hex | 70 | 43 | FE | 38 | 4A | 0 | 0 | FE | 63 | 3F |
| Octal | 160 | 103 | 376 | 70 | 112 | 0 | 0 | 376 | 143 | 77 |
| Binary | 1110000 | 1000011 | 11111110 | 111000 | 1001010 | 0 | 0 | 11111110 | 1100011 | 111111 |
Color Harmonies of #7043FE
Complementary color
Monochromatic Colors of #7043FE
Black with #7043FE
Text Example
Text Example
White with #7043FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7043FE; }
p { color: rgb(112,67,254); }
H1.HeaderClassName
{
color: #7043FE;
}
.AnyTagClassName
{
color: #7043FE;
}
</style>
background-color css
<style>
a { background-color: #7043FE; }
a { background-color: rgb(112,67,254); }
div.DivClassName
{
background-color: #7043FE;
}
.BgClassName
{
background-color: #7043FE;
}
</style>
border-color css
<style>
span { border-color: #7043FE; }
span { border-color: rgb(112,67,254); }
td.TdClassName
{
border-color: #7043FE;
}
.TagClassName
{
border-color: #7043FE;
}
</style>