Shades of Neon Blue #7041FB
Tints of Neon Blue #7041FB
RGB
CMYK
RGB Variations
Color information
#7041FB (or 0x7041FB) is known color: Neon Blue. HEX triplet: 70, 41 and FB. RGB value is (112,65,251). Sum of RGB (Red+Green+Blue) = 112+65+251=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #7041FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7041FB is #8FBE04. Grayscale: #636363. Windows color (decimal): -9420293 or 16466288. OLE color: 16466288.
HSL color Cylindrical-coordinate representation of color #7041FB: hue angle of 255.16º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7041FB is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 65 | 251 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.02 |
| HSL | 255.16º | 0.96% | 0.62% | - |
| HSV(B) | 255.16º | 0.74% | 0.98% | - |
| XYZ | 25.98 | 14.19 | 92.64 | - |
| YUV | 100.26 | 213.07 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 251 | 0.55 | 0.74 | 0 | 0.02 | 255.16 | 0.96 | 0.62 |
| Hex | 70 | 41 | FB | 37 | 4A | 0 | 2 | FF | 60 | 3E |
| Octal | 160 | 101 | 373 | 67 | 112 | 0 | 2 | 377 | 140 | 76 |
| Binary | 1110000 | 1000001 | 11111011 | 110111 | 1001010 | 0 | 10 | 11111111 | 1100000 | 111110 |
Color Harmonies of #7041FB
Complementary color
Monochromatic Colors of #7041FB
Black with #7041FB
Text Example
Text Example
White with #7041FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7041FB; }
p { color: rgb(112,65,251); }
H1.HeaderClassName
{
color: #7041FB;
}
.AnyTagClassName
{
color: #7041FB;
}
</style>
background-color css
<style>
a { background-color: #7041FB; }
a { background-color: rgb(112,65,251); }
div.DivClassName
{
background-color: #7041FB;
}
.BgClassName
{
background-color: #7041FB;
}
</style>
border-color css
<style>
span { border-color: #7041FB; }
span { border-color: rgb(112,65,251); }
td.TdClassName
{
border-color: #7041FB;
}
.TagClassName
{
border-color: #7041FB;
}
</style>