Shades of Neon Blue #5152DF
Tints of Neon Blue #5152DF
RGB
CMYK
RGB Variations
Color information
#5152DF (or 0x5152DF) is known color: Neon Blue. HEX triplet: 51, 52 and DF. RGB value is (81,82,223). Sum of RGB (Red+Green+Blue) = 81+82+223=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #5152DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5152DF is #AEAD20. Grayscale: #616161. Windows color (decimal): -11447585 or 14635601. OLE color: 14635601.
HSL color Cylindrical-coordinate representation of color #5152DF: hue angle of 239.58º 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 #5152DF is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 82 | 223 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.13 |
| HSL | 239.58º | 0.69% | 0.6% | - |
| HSV(B) | 239.58º | 0.64% | 0.87% | - |
| XYZ | 19.73 | 13.11 | 71.3 | - |
| YUV | 97.78 | 198.67 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 223 | 0.64 | 0.63 | 0 | 0.13 | 239.58 | 0.69 | 0.6 |
| Hex | 51 | 52 | DF | 40 | 3F | 0 | D | F0 | 45 | 3C |
| Octal | 121 | 122 | 337 | 100 | 77 | 0 | 15 | 360 | 105 | 74 |
| Binary | 1010001 | 1010010 | 11011111 | 1000000 | 111111 | 0 | 1101 | 11110000 | 1000101 | 111100 |
Color Harmonies of #5152DF
Complementary color
Monochromatic Colors of #5152DF
Black with #5152DF
Text Example
Text Example
White with #5152DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5152DF; }
p { color: rgb(81,82,223); }
H1.HeaderClassName
{
color: #5152DF;
}
.AnyTagClassName
{
color: #5152DF;
}
</style>
background-color css
<style>
a { background-color: #5152DF; }
a { background-color: rgb(81,82,223); }
div.DivClassName
{
background-color: #5152DF;
}
.BgClassName
{
background-color: #5152DF;
}
</style>
border-color css
<style>
span { border-color: #5152DF; }
span { border-color: rgb(81,82,223); }
td.TdClassName
{
border-color: #5152DF;
}
.TagClassName
{
border-color: #5152DF;
}
</style>