Shades of Neon Blue #5151DF
Tints of Neon Blue #5151DF
RGB
CMYK
RGB Variations
Color information
#5151DF (or 0x5151DF) is known color: Neon Blue. HEX triplet: 51, 51 and DF. RGB value is (81,81,223). Sum of RGB (Red+Green+Blue) = 81+81+223=385 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.04% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #5151DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5151DF is #AEAE20. Grayscale: #606060. Windows color (decimal): -11447841 or 14635345. OLE color: 14635345.
HSL color Cylindrical-coordinate representation of color #5151DF: hue angle of 240º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5151DF is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 81 | 223 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.13 |
| HSL | 240º | 0.69% | 0.6% | - |
| HSV(B) | 240º | 0.64% | 0.87% | - |
| XYZ | 19.66 | 12.96 | 71.28 | - |
| YUV | 97.19 | 199 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 81 | 223 | 0.64 | 0.64 | 0 | 0.13 | 240 | 0.69 | 0.6 |
| Hex | 51 | 51 | DF | 40 | 40 | 0 | D | F0 | 45 | 3C |
| Octal | 121 | 121 | 337 | 100 | 100 | 0 | 15 | 360 | 105 | 74 |
| Binary | 1010001 | 1010001 | 11011111 | 1000000 | 1000000 | 0 | 1101 | 11110000 | 1000101 | 111100 |
Color Harmonies of #5151DF
Complementary color
Monochromatic Colors of #5151DF
Black with #5151DF
Text Example
Text Example
White with #5151DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5151DF; }
p { color: rgb(81,81,223); }
H1.HeaderClassName
{
color: #5151DF;
}
.AnyTagClassName
{
color: #5151DF;
}
</style>
background-color css
<style>
a { background-color: #5151DF; }
a { background-color: rgb(81,81,223); }
div.DivClassName
{
background-color: #5151DF;
}
.BgClassName
{
background-color: #5151DF;
}
</style>
border-color css
<style>
span { border-color: #5151DF; }
span { border-color: rgb(81,81,223); }
td.TdClassName
{
border-color: #5151DF;
}
.TagClassName
{
border-color: #5151DF;
}
</style>