Shades of Neon Blue #5C51FD
Tints of Neon Blue #5C51FD
RGB
CMYK
RGB Variations
Color information
#5C51FD (or 0x5C51FD) is known color: Neon Blue. HEX triplet: 5C, 51 and FD. RGB value is (92,81,253). Sum of RGB (Red+Green+Blue) = 92+81+253=426 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.60% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #5C51FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C51FD is #A3AE02. Grayscale: #676767. Windows color (decimal): -10726915 or 16601436. OLE color: 16601436.
HSL color Cylindrical-coordinate representation of color #5C51FD: hue angle of 243.84º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C51FD is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 81 | 253 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.01 |
| HSL | 243.84º | 0.98% | 0.65% | - |
| HSV(B) | 243.84º | 0.68% | 0.99% | - |
| XYZ | 25.09 | 15.25 | 94.55 | - |
| YUV | 103.9 | 212.14 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 253 | 0.64 | 0.68 | 0 | 0.01 | 243.84 | 0.98 | 0.65 |
| Hex | 5C | 51 | FD | 40 | 44 | 0 | 1 | F4 | 62 | 41 |
| Octal | 134 | 121 | 375 | 100 | 104 | 0 | 1 | 364 | 142 | 101 |
| Binary | 1011100 | 1010001 | 11111101 | 1000000 | 1000100 | 0 | 1 | 11110100 | 1100010 | 1000001 |
Color Harmonies of #5C51FD
Complementary color
Monochromatic Colors of #5C51FD
Black with #5C51FD
Text Example
Text Example
White with #5C51FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C51FD; }
p { color: rgb(92,81,253); }
H1.HeaderClassName
{
color: #5C51FD;
}
.AnyTagClassName
{
color: #5C51FD;
}
</style>
background-color css
<style>
a { background-color: #5C51FD; }
a { background-color: rgb(92,81,253); }
div.DivClassName
{
background-color: #5C51FD;
}
.BgClassName
{
background-color: #5C51FD;
}
</style>
border-color css
<style>
span { border-color: #5C51FD; }
span { border-color: rgb(92,81,253); }
td.TdClassName
{
border-color: #5C51FD;
}
.TagClassName
{
border-color: #5C51FD;
}
</style>