Shades of Neon Blue #7041FA
Tints of Neon Blue #7041FA
RGB
CMYK
RGB Variations
Color information
#7041FA (or 0x7041FA) is known color: Neon Blue. HEX triplet: 70, 41 and FA. RGB value is (112,65,250). Sum of RGB (Red+Green+Blue) = 112+65+250=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #7041FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7041FA is #8FBE05. Grayscale: #636363. Windows color (decimal): -9420294 or 16400752. OLE color: 16400752.
HSL color Cylindrical-coordinate representation of color #7041FA: hue angle of 255.24º degrees, saturation: 0.95, 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 #7041FA is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 65 | 250 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.02 |
| HSL | 255.24º | 0.95% | 0.62% | - |
| HSV(B) | 255.24º | 0.74% | 0.98% | - |
| XYZ | 25.83 | 14.13 | 91.81 | - |
| YUV | 100.14 | 212.57 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 250 | 0.55 | 0.74 | 0 | 0.02 | 255.24 | 0.95 | 0.62 |
| Hex | 70 | 41 | FA | 37 | 4A | 0 | 2 | FF | 5F | 3E |
| Octal | 160 | 101 | 372 | 67 | 112 | 0 | 2 | 377 | 137 | 76 |
| Binary | 1110000 | 1000001 | 11111010 | 110111 | 1001010 | 0 | 10 | 11111111 | 1011111 | 111110 |
Color Harmonies of #7041FA
Complementary color
Monochromatic Colors of #7041FA
Black with #7041FA
Text Example
Text Example
White with #7041FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7041FA; }
p { color: rgb(112,65,250); }
H1.HeaderClassName
{
color: #7041FA;
}
.AnyTagClassName
{
color: #7041FA;
}
</style>
background-color css
<style>
a { background-color: #7041FA; }
a { background-color: rgb(112,65,250); }
div.DivClassName
{
background-color: #7041FA;
}
.BgClassName
{
background-color: #7041FA;
}
</style>
border-color css
<style>
span { border-color: #7041FA; }
span { border-color: rgb(112,65,250); }
td.TdClassName
{
border-color: #7041FA;
}
.TagClassName
{
border-color: #7041FA;
}
</style>