Shades of Neon Blue #513DDF
Tints of Neon Blue #513DDF
RGB
CMYK
RGB Variations
Color information
#513DDF (or 0x513DDF) is known color: Neon Blue. HEX triplet: 51, 3D and DF. RGB value is (81,61,223). Sum of RGB (Red+Green+Blue) = 81+61+223=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #513DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513DDF is #AEC220. Grayscale: #545454. Windows color (decimal): -11452961 or 14630225. OLE color: 14630225.
HSL color Cylindrical-coordinate representation of color #513DDF: hue angle of 247.41º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #513DDF is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 61 | 223 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.13 |
| HSL | 247.41º | 0.72% | 0.56% | - |
| HSV(B) | 247.41º | 0.73% | 0.87% | - |
| XYZ | 18.38 | 10.41 | 70.85 | - |
| YUV | 85.45 | 205.63 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 223 | 0.64 | 0.73 | 0 | 0.13 | 247.41 | 0.72 | 0.56 |
| Hex | 51 | 3D | DF | 40 | 49 | 0 | D | F7 | 48 | 38 |
| Octal | 121 | 75 | 337 | 100 | 111 | 0 | 15 | 367 | 110 | 70 |
| Binary | 1010001 | 111101 | 11011111 | 1000000 | 1001001 | 0 | 1101 | 11110111 | 1001000 | 111000 |
Color Harmonies of #513DDF
Complementary color
Monochromatic Colors of #513DDF
Black with #513DDF
Text Example
Text Example
White with #513DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513DDF; }
p { color: rgb(81,61,223); }
H1.HeaderClassName
{
color: #513DDF;
}
.AnyTagClassName
{
color: #513DDF;
}
</style>
background-color css
<style>
a { background-color: #513DDF; }
a { background-color: rgb(81,61,223); }
div.DivClassName
{
background-color: #513DDF;
}
.BgClassName
{
background-color: #513DDF;
}
</style>
border-color css
<style>
span { border-color: #513DDF; }
span { border-color: rgb(81,61,223); }
td.TdClassName
{
border-color: #513DDF;
}
.TagClassName
{
border-color: #513DDF;
}
</style>