Shades of Neon Blue #5D3FFD
Tints of Neon Blue #5D3FFD
RGB
CMYK
RGB Variations
Color information
#5D3FFD (or 0x5D3FFD) is known color: Neon Blue. HEX triplet: 5D, 3F and FD. RGB value is (93,63,253). Sum of RGB (Red+Green+Blue) = 93+63+253=409 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.74% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D3FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D3FFD is #A2C002. Grayscale: #5C5C5C. Windows color (decimal): -10665987 or 16596829. OLE color: 16596829.
HSL color Cylindrical-coordinate representation of color #5D3FFD: hue angle of 249.47º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D3FFD is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 63 | 253 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.01 |
| HSL | 249.47º | 0.98% | 0.62% | - |
| HSV(B) | 249.47º | 0.75% | 0.99% | - |
| XYZ | 24.02 | 12.97 | 94.17 | - |
| YUV | 93.63 | 217.94 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 63 | 253 | 0.63 | 0.75 | 0 | 0.01 | 249.47 | 0.98 | 0.62 |
| Hex | 5D | 3F | FD | 3F | 4B | 0 | 1 | F9 | 62 | 3E |
| Octal | 135 | 77 | 375 | 77 | 113 | 0 | 1 | 371 | 142 | 76 |
| Binary | 1011101 | 111111 | 11111101 | 111111 | 1001011 | 0 | 1 | 11111001 | 1100010 | 111110 |
Color Harmonies of #5D3FFD
Complementary color
Monochromatic Colors of #5D3FFD
Black with #5D3FFD
Text Example
Text Example
White with #5D3FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3FFD; }
p { color: rgb(93,63,253); }
H1.HeaderClassName
{
color: #5D3FFD;
}
.AnyTagClassName
{
color: #5D3FFD;
}
</style>
background-color css
<style>
a { background-color: #5D3FFD; }
a { background-color: rgb(93,63,253); }
div.DivClassName
{
background-color: #5D3FFD;
}
.BgClassName
{
background-color: #5D3FFD;
}
</style>
border-color css
<style>
span { border-color: #5D3FFD; }
span { border-color: rgb(93,63,253); }
td.TdClassName
{
border-color: #5D3FFD;
}
.TagClassName
{
border-color: #5D3FFD;
}
</style>