Shades of Neon Blue #5C71FD
Tints of Neon Blue #5C71FD
RGB
CMYK
RGB Variations
Color information
#5C71FD (or 0x5C71FD) is known color: Neon Blue. HEX triplet: 5C, 71 and FD. RGB value is (92,113,253). Sum of RGB (Red+Green+Blue) = 92+113+253=458 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.09% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #5C71FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C71FD is #A38E02. Grayscale: #7A7A7A. Windows color (decimal): -10718723 or 16609628. OLE color: 16609628.
HSL color Cylindrical-coordinate representation of color #5C71FD: hue angle of 232.17º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C71FD is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 113 | 253 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.01 |
| HSL | 232.17º | 0.98% | 0.68% | - |
| HSV(B) | 232.17º | 0.64% | 0.99% | - |
| XYZ | 28.05 | 21.18 | 95.54 | - |
| YUV | 122.68 | 201.54 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 113 | 253 | 0.64 | 0.55 | 0 | 0.01 | 232.17 | 0.98 | 0.68 |
| Hex | 5C | 71 | FD | 40 | 37 | 0 | 1 | E8 | 62 | 44 |
| Octal | 134 | 161 | 375 | 100 | 67 | 0 | 1 | 350 | 142 | 104 |
| Binary | 1011100 | 1110001 | 11111101 | 1000000 | 110111 | 0 | 1 | 11101000 | 1100010 | 1000100 |
Color Harmonies of #5C71FD
Complementary color
Monochromatic Colors of #5C71FD
Black with #5C71FD
Text Example
Text Example
White with #5C71FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C71FD; }
p { color: rgb(92,113,253); }
H1.HeaderClassName
{
color: #5C71FD;
}
.AnyTagClassName
{
color: #5C71FD;
}
</style>
background-color css
<style>
a { background-color: #5C71FD; }
a { background-color: rgb(92,113,253); }
div.DivClassName
{
background-color: #5C71FD;
}
.BgClassName
{
background-color: #5C71FD;
}
</style>
border-color css
<style>
span { border-color: #5C71FD; }
span { border-color: rgb(92,113,253); }
td.TdClassName
{
border-color: #5C71FD;
}
.TagClassName
{
border-color: #5C71FD;
}
</style>