Shades of Neon Blue #7140FD
Tints of Neon Blue #7140FD
RGB
CMYK
RGB Variations
Color information
#7140FD (or 0x7140FD) is known color: Neon Blue. HEX triplet: 71, 40 and FD. RGB value is (113,64,253). Sum of RGB (Red+Green+Blue) = 113+64+253=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #7140FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7140FD is #8EBF02. Grayscale: #636363. Windows color (decimal): -9355011 or 16597105. OLE color: 16597105.
HSL color Cylindrical-coordinate representation of color #7140FD: hue angle of 255.56º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7140FD is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 64 | 253 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.01 |
| HSL | 255.56º | 0.98% | 0.62% | - |
| HSV(B) | 255.56º | 0.75% | 0.99% | - |
| XYZ | 26.37 | 14.27 | 94.29 | - |
| YUV | 100.2 | 214.23 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 64 | 253 | 0.55 | 0.75 | 0 | 0.01 | 255.56 | 0.98 | 0.62 |
| Hex | 71 | 40 | FD | 37 | 4B | 0 | 1 | 100 | 62 | 3E |
| Octal | 161 | 100 | 375 | 67 | 113 | 0 | 1 | 400 | 142 | 76 |
| Binary | 1110001 | 1000000 | 11111101 | 110111 | 1001011 | 0 | 1 | 100000000 | 1100010 | 111110 |
Color Harmonies of #7140FD
Complementary color
Monochromatic Colors of #7140FD
Black with #7140FD
Text Example
Text Example
White with #7140FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7140FD; }
p { color: rgb(113,64,253); }
H1.HeaderClassName
{
color: #7140FD;
}
.AnyTagClassName
{
color: #7140FD;
}
</style>
background-color css
<style>
a { background-color: #7140FD; }
a { background-color: rgb(113,64,253); }
div.DivClassName
{
background-color: #7140FD;
}
.BgClassName
{
background-color: #7140FD;
}
</style>
border-color css
<style>
span { border-color: #7140FD; }
span { border-color: rgb(113,64,253); }
td.TdClassName
{
border-color: #7140FD;
}
.TagClassName
{
border-color: #7140FD;
}
</style>