Shades of Neon Blue #5145FE
Tints of Neon Blue #5145FE
RGB
CMYK
RGB Variations
Color information
#5145FE (or 0x5145FE) is known color: Neon Blue. HEX triplet: 51, 45 and FE. RGB value is (81,69,254). Sum of RGB (Red+Green+Blue) = 81+69+254=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #5145FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5145FE is #AEBA01. Grayscale: #5C5C5C. Windows color (decimal): -11450882 or 16663889. OLE color: 16663889.
HSL color Cylindrical-coordinate representation of color #5145FE: hue angle of 243.89º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5145FE is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 69 | 254 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.00 |
| HSL | 243.89º | 0.99% | 0.63% | - |
| HSV(B) | 243.89º | 0.73% | 1% | - |
| XYZ | 23.41 | 13.16 | 95.07 | - |
| YUV | 93.68 | 218.48 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 254 | 0.68 | 0.73 | 0 | 0.00 | 243.89 | 0.99 | 0.63 |
| Hex | 51 | 45 | FE | 44 | 49 | 0 | 0 | F4 | 63 | 3F |
| Octal | 121 | 105 | 376 | 104 | 111 | 0 | 0 | 364 | 143 | 77 |
| Binary | 1010001 | 1000101 | 11111110 | 1000100 | 1001001 | 0 | 0 | 11110100 | 1100011 | 111111 |
Color Harmonies of #5145FE
Complementary color
Monochromatic Colors of #5145FE
Black with #5145FE
Text Example
Text Example
White with #5145FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5145FE; }
p { color: rgb(81,69,254); }
H1.HeaderClassName
{
color: #5145FE;
}
.AnyTagClassName
{
color: #5145FE;
}
</style>
background-color css
<style>
a { background-color: #5145FE; }
a { background-color: rgb(81,69,254); }
div.DivClassName
{
background-color: #5145FE;
}
.BgClassName
{
background-color: #5145FE;
}
</style>
border-color css
<style>
span { border-color: #5145FE; }
span { border-color: rgb(81,69,254); }
td.TdClassName
{
border-color: #5145FE;
}
.TagClassName
{
border-color: #5145FE;
}
</style>