Shades of Neon Blue #513CFD
Tints of Neon Blue #513CFD
RGB
CMYK
RGB Variations
Color information
#513CFD (or 0x513CFD) is known color: Neon Blue. HEX triplet: 51, 3C and FD. RGB value is (81,60,253). Sum of RGB (Red+Green+Blue) = 81+60+253=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #513CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513CFD is #AEC302. Grayscale: #575757. Windows color (decimal): -11453187 or 16596049. OLE color: 16596049.
HSL color Cylindrical-coordinate representation of color #513CFD: hue angle of 246.53º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #513CFD is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 60 | 253 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.01 |
| HSL | 246.53º | 0.98% | 0.61% | - |
| HSV(B) | 246.53º | 0.76% | 0.99% | - |
| XYZ | 22.74 | 12.07 | 94.06 | - |
| YUV | 88.28 | 220.96 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 253 | 0.68 | 0.76 | 0 | 0.01 | 246.53 | 0.98 | 0.61 |
| Hex | 51 | 3C | FD | 44 | 4C | 0 | 1 | F7 | 62 | 3D |
| Octal | 121 | 74 | 375 | 104 | 114 | 0 | 1 | 367 | 142 | 75 |
| Binary | 1010001 | 111100 | 11111101 | 1000100 | 1001100 | 0 | 1 | 11110111 | 1100010 | 111101 |
Color Harmonies of #513CFD
Complementary color
Monochromatic Colors of #513CFD
Black with #513CFD
Text Example
Text Example
White with #513CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513CFD; }
p { color: rgb(81,60,253); }
H1.HeaderClassName
{
color: #513CFD;
}
.AnyTagClassName
{
color: #513CFD;
}
</style>
background-color css
<style>
a { background-color: #513CFD; }
a { background-color: rgb(81,60,253); }
div.DivClassName
{
background-color: #513CFD;
}
.BgClassName
{
background-color: #513CFD;
}
</style>
border-color css
<style>
span { border-color: #513CFD; }
span { border-color: rgb(81,60,253); }
td.TdClassName
{
border-color: #513CFD;
}
.TagClassName
{
border-color: #513CFD;
}
</style>