Shades of Neon Blue #5D48FE
Tints of Neon Blue #5D48FE
RGB
CMYK
RGB Variations
Color information
#5D48FE (or 0x5D48FE) is known color: Neon Blue. HEX triplet: 5D, 48 and FE. RGB value is (93,72,254). Sum of RGB (Red+Green+Blue) = 93+72+254=419 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.20% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D48FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D48FE is #A2B701. Grayscale: #626262. Windows color (decimal): -10663682 or 16664669. OLE color: 16664669.
HSL color Cylindrical-coordinate representation of color #5D48FE: hue angle of 246.92º 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 #5D48FE is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 72 | 254 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.00 |
| HSL | 246.92º | 0.99% | 0.64% | - |
| HSV(B) | 246.92º | 0.72% | 1% | - |
| XYZ | 24.72 | 14.12 | 95.19 | - |
| YUV | 99.03 | 215.46 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 254 | 0.63 | 0.72 | 0 | 0.00 | 246.92 | 0.99 | 0.64 |
| Hex | 5D | 48 | FE | 3F | 48 | 0 | 0 | F7 | 63 | 40 |
| Octal | 135 | 110 | 376 | 77 | 110 | 0 | 0 | 367 | 143 | 100 |
| Binary | 1011101 | 1001000 | 11111110 | 111111 | 1001000 | 0 | 0 | 11110111 | 1100011 | 1000000 |
Color Harmonies of #5D48FE
Complementary color
Monochromatic Colors of #5D48FE
Black with #5D48FE
Text Example
Text Example
White with #5D48FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D48FE; }
p { color: rgb(93,72,254); }
H1.HeaderClassName
{
color: #5D48FE;
}
.AnyTagClassName
{
color: #5D48FE;
}
</style>
background-color css
<style>
a { background-color: #5D48FE; }
a { background-color: rgb(93,72,254); }
div.DivClassName
{
background-color: #5D48FE;
}
.BgClassName
{
background-color: #5D48FE;
}
</style>
border-color css
<style>
span { border-color: #5D48FE; }
span { border-color: rgb(93,72,254); }
td.TdClassName
{
border-color: #5D48FE;
}
.TagClassName
{
border-color: #5D48FE;
}
</style>