Shades of Neon Blue #5167F9
Tints of Neon Blue #5167F9
RGB
CMYK
RGB Variations
Color information
#5167F9 (or 0x5167F9) is known color: Neon Blue. HEX triplet: 51, 67 and F9. RGB value is (81,103,249). Sum of RGB (Red+Green+Blue) = 81+103+249=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 249 (97.66% from 255 or 57.51% from 433); Max value from RGB is 249 - color contains mainly: blue. Hex color #5167F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5167F9 is #AE9806. Grayscale: #707070. Windows color (decimal): -11442183 or 16344913. OLE color: 16344913.
HSL color Cylindrical-coordinate representation of color #5167F9: hue angle of 232.14º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5167F9 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 103 | 249 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.02 |
| HSL | 232.14º | 0.93% | 0.65% | - |
| HSV(B) | 232.14º | 0.67% | 0.98% | - |
| XYZ | 25.34 | 18.29 | 91.82 | - |
| YUV | 113.07 | 204.71 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 103 | 249 | 0.67 | 0.59 | 0 | 0.02 | 232.14 | 0.93 | 0.65 |
| Hex | 51 | 67 | F9 | 43 | 3B | 0 | 2 | E8 | 5D | 41 |
| Octal | 121 | 147 | 371 | 103 | 73 | 0 | 2 | 350 | 135 | 101 |
| Binary | 1010001 | 1100111 | 11111001 | 1000011 | 111011 | 0 | 10 | 11101000 | 1011101 | 1000001 |
Color Harmonies of #5167F9
Complementary color
Monochromatic Colors of #5167F9
Black with #5167F9
Text Example
Text Example
White with #5167F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5167F9; }
p { color: rgb(81,103,249); }
H1.HeaderClassName
{
color: #5167F9;
}
.AnyTagClassName
{
color: #5167F9;
}
</style>
background-color css
<style>
a { background-color: #5167F9; }
a { background-color: rgb(81,103,249); }
div.DivClassName
{
background-color: #5167F9;
}
.BgClassName
{
background-color: #5167F9;
}
</style>
border-color css
<style>
span { border-color: #5167F9; }
span { border-color: rgb(81,103,249); }
td.TdClassName
{
border-color: #5167F9;
}
.TagClassName
{
border-color: #5167F9;
}
</style>