Shades of Neon Blue #513CFF
Tints of Neon Blue #513CFF
RGB
CMYK
RGB Variations
Color information
#513CFF (or 0x513CFF) is known color: Neon Blue. HEX triplet: 51, 3C and FF. RGB value is (81,60,255). Sum of RGB (Red+Green+Blue) = 81+60+255=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #513CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513CFF is #AEC300. Grayscale: #575757. Windows color (decimal): -11453185 or 16727121. OLE color: 16727121.
HSL color Cylindrical-coordinate representation of color #513CFF: hue angle of 246.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #513CFF is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 60 | 255 | - |
| CMYK | 0.68 | 0.76 | 0 | 0 |
| HSL | 246.46º | 1% | 0.62% | - |
| HSV(B) | 246.46º | 0.76% | 1% | - |
| XYZ | 23.06 | 12.2 | 95.75 | - |
| YUV | 88.51 | 221.96 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 255 | 0.68 | 0.76 | 0 | 0 | 246.46 | 1 | 0.62 |
| Hex | 51 | 3C | FF | 44 | 4C | 0 | 0 | F6 | 64 | 3E |
| Octal | 121 | 74 | 377 | 104 | 114 | 0 | 0 | 366 | 144 | 76 |
| Binary | 1010001 | 111100 | 11111111 | 1000100 | 1001100 | 0 | 0 | 11110110 | 1100100 | 111110 |
Color Harmonies of #513CFF
Complementary color
Monochromatic Colors of #513CFF
Black with #513CFF
Text Example
Text Example
White with #513CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513CFF; }
p { color: rgb(81,60,255); }
H1.HeaderClassName
{
color: #513CFF;
}
.AnyTagClassName
{
color: #513CFF;
}
</style>
background-color css
<style>
a { background-color: #513CFF; }
a { background-color: rgb(81,60,255); }
div.DivClassName
{
background-color: #513CFF;
}
.BgClassName
{
background-color: #513CFF;
}
</style>
border-color css
<style>
span { border-color: #513CFF; }
span { border-color: rgb(81,60,255); }
td.TdClassName
{
border-color: #513CFF;
}
.TagClassName
{
border-color: #513CFF;
}
</style>