Shades of Neon Blue #5145F5
Tints of Neon Blue #5145F5
RGB
CMYK
RGB Variations
Color information
#5145F5 (or 0x5145F5) is known color: Neon Blue. HEX triplet: 51, 45 and F5. RGB value is (81,69,245). Sum of RGB (Red+Green+Blue) = 81+69+245=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 245 (96.09% from 255 or 62.03% from 395); Max value from RGB is 245 - color contains mainly: blue. Hex color #5145F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5145F5 is #AEBA0A. Grayscale: #5B5B5B. Windows color (decimal): -11450891 or 16074065. OLE color: 16074065.
HSL color Cylindrical-coordinate representation of color #5145F5: hue angle of 244.09º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5145F5 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 69 | 245 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.04 |
| HSL | 244.09º | 0.9% | 0.62% | - |
| HSV(B) | 244.09º | 0.72% | 0.96% | - |
| XYZ | 22 | 12.6 | 87.66 | - |
| YUV | 92.65 | 213.98 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 245 | 0.67 | 0.72 | 0 | 0.04 | 244.09 | 0.9 | 0.62 |
| Hex | 51 | 45 | F5 | 43 | 48 | 0 | 4 | F4 | 5A | 3E |
| Octal | 121 | 105 | 365 | 103 | 110 | 0 | 4 | 364 | 132 | 76 |
| Binary | 1010001 | 1000101 | 11110101 | 1000011 | 1001000 | 0 | 100 | 11110100 | 1011010 | 111110 |
Color Harmonies of #5145F5
Complementary color
Monochromatic Colors of #5145F5
Black with #5145F5
Text Example
Text Example
White with #5145F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5145F5; }
p { color: rgb(81,69,245); }
H1.HeaderClassName
{
color: #5145F5;
}
.AnyTagClassName
{
color: #5145F5;
}
</style>
background-color css
<style>
a { background-color: #5145F5; }
a { background-color: rgb(81,69,245); }
div.DivClassName
{
background-color: #5145F5;
}
.BgClassName
{
background-color: #5145F5;
}
</style>
border-color css
<style>
span { border-color: #5145F5; }
span { border-color: rgb(81,69,245); }
td.TdClassName
{
border-color: #5145F5;
}
.TagClassName
{
border-color: #5145F5;
}
</style>