Shades of Neon Blue #5156F1
Tints of Neon Blue #5156F1
RGB
CMYK
RGB Variations
Color information
#5156F1 (or 0x5156F1) is known color: Neon Blue. HEX triplet: 51, 56 and F1. RGB value is (81,86,241). Sum of RGB (Red+Green+Blue) = 81+86+241=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 241 (94.53% from 255 or 59.07% from 408); Max value from RGB is 241 - color contains mainly: blue. Hex color #5156F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5156F1 is #AEA90E. Grayscale: #656565. Windows color (decimal): -11446543 or 15816273. OLE color: 15816273.
HSL color Cylindrical-coordinate representation of color #5156F1: hue angle of 238.12º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5156F1 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 86 | 241 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.05 |
| HSL | 238.13º | 0.85% | 0.63% | - |
| HSV(B) | 238.13º | 0.66% | 0.95% | - |
| XYZ | 22.6 | 14.76 | 84.88 | - |
| YUV | 102.18 | 206.34 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 86 | 241 | 0.66 | 0.64 | 0 | 0.05 | 238.13 | 0.85 | 0.63 |
| Hex | 51 | 56 | F1 | 42 | 40 | 0 | 5 | EE | 55 | 3F |
| Octal | 121 | 126 | 361 | 102 | 100 | 0 | 5 | 356 | 125 | 77 |
| Binary | 1010001 | 1010110 | 11110001 | 1000010 | 1000000 | 0 | 101 | 11101110 | 1010101 | 111111 |
Color Harmonies of #5156F1
Complementary color
Monochromatic Colors of #5156F1
Black with #5156F1
Text Example
Text Example
White with #5156F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5156F1; }
p { color: rgb(81,86,241); }
H1.HeaderClassName
{
color: #5156F1;
}
.AnyTagClassName
{
color: #5156F1;
}
</style>
background-color css
<style>
a { background-color: #5156F1; }
a { background-color: rgb(81,86,241); }
div.DivClassName
{
background-color: #5156F1;
}
.BgClassName
{
background-color: #5156F1;
}
</style>
border-color css
<style>
span { border-color: #5156F1; }
span { border-color: rgb(81,86,241); }
td.TdClassName
{
border-color: #5156F1;
}
.TagClassName
{
border-color: #5156F1;
}
</style>