Shades of Neon Blue #5D47FC
Tints of Neon Blue #5D47FC
RGB
CMYK
RGB Variations
Color information
#5D47FC (or 0x5D47FC) is known color: Neon Blue. HEX triplet: 5D, 47 and FC. RGB value is (93,71,252). Sum of RGB (Red+Green+Blue) = 93+71+252=416 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.36% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D47FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D47FC is #A2B803. Grayscale: #616161. Windows color (decimal): -10663940 or 16533341. OLE color: 16533341.
HSL color Cylindrical-coordinate representation of color #5D47FC: hue angle of 247.29º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D47FC is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 71 | 252 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.01 |
| HSL | 247.29º | 0.97% | 0.63% | - |
| HSV(B) | 247.29º | 0.72% | 0.99% | - |
| XYZ | 24.34 | 13.86 | 93.49 | - |
| YUV | 98.21 | 214.79 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 71 | 252 | 0.63 | 0.72 | 0 | 0.01 | 247.29 | 0.97 | 0.63 |
| Hex | 5D | 47 | FC | 3F | 48 | 0 | 1 | F7 | 61 | 3F |
| Octal | 135 | 107 | 374 | 77 | 110 | 0 | 1 | 367 | 141 | 77 |
| Binary | 1011101 | 1000111 | 11111100 | 111111 | 1001000 | 0 | 1 | 11110111 | 1100001 | 111111 |
Color Harmonies of #5D47FC
Complementary color
Monochromatic Colors of #5D47FC
Black with #5D47FC
Text Example
Text Example
White with #5D47FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D47FC; }
p { color: rgb(93,71,252); }
H1.HeaderClassName
{
color: #5D47FC;
}
.AnyTagClassName
{
color: #5D47FC;
}
</style>
background-color css
<style>
a { background-color: #5D47FC; }
a { background-color: rgb(93,71,252); }
div.DivClassName
{
background-color: #5D47FC;
}
.BgClassName
{
background-color: #5D47FC;
}
</style>
border-color css
<style>
span { border-color: #5D47FC; }
span { border-color: rgb(93,71,252); }
td.TdClassName
{
border-color: #5D47FC;
}
.TagClassName
{
border-color: #5D47FC;
}
</style>