Shades of Neon Blue #5D46FE
Tints of Neon Blue #5D46FE
RGB
CMYK
RGB Variations
Color information
#5D46FE (or 0x5D46FE) is known color: Neon Blue. HEX triplet: 5D, 46 and FE. RGB value is (93,70,254). Sum of RGB (Red+Green+Blue) = 93+70+254=417 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.30% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D46FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D46FE is #A2B901. Grayscale: #616161. Windows color (decimal): -10664194 or 16664157. OLE color: 16664157.
HSL color Cylindrical-coordinate representation of color #5D46FE: hue angle of 247.5º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D46FE is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 70 | 254 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.00 |
| HSL | 247.5º | 0.99% | 0.64% | - |
| HSV(B) | 247.5º | 0.72% | 1% | - |
| XYZ | 24.59 | 13.86 | 95.15 | - |
| YUV | 97.85 | 216.12 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 70 | 254 | 0.63 | 0.72 | 0 | 0.00 | 247.5 | 0.99 | 0.64 |
| Hex | 5D | 46 | FE | 3F | 48 | 0 | 0 | F8 | 63 | 40 |
| Octal | 135 | 106 | 376 | 77 | 110 | 0 | 0 | 370 | 143 | 100 |
| Binary | 1011101 | 1000110 | 11111110 | 111111 | 1001000 | 0 | 0 | 11111000 | 1100011 | 1000000 |
Color Harmonies of #5D46FE
Complementary color
Monochromatic Colors of #5D46FE
Black with #5D46FE
Text Example
Text Example
White with #5D46FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D46FE; }
p { color: rgb(93,70,254); }
H1.HeaderClassName
{
color: #5D46FE;
}
.AnyTagClassName
{
color: #5D46FE;
}
</style>
background-color css
<style>
a { background-color: #5D46FE; }
a { background-color: rgb(93,70,254); }
div.DivClassName
{
background-color: #5D46FE;
}
.BgClassName
{
background-color: #5D46FE;
}
</style>
border-color css
<style>
span { border-color: #5D46FE; }
span { border-color: rgb(93,70,254); }
td.TdClassName
{
border-color: #5D46FE;
}
.TagClassName
{
border-color: #5D46FE;
}
</style>