Shades of Neon Blue #5D5FFD
Tints of Neon Blue #5D5FFD
RGB
CMYK
RGB Variations
Color information
#5D5FFD (or 0x5D5FFD) is known color: Neon Blue. HEX triplet: 5D, 5F and FD. RGB value is (93,95,253). Sum of RGB (Red+Green+Blue) = 93+95+253=441 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.09% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D5FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5FFD is #A2A002. Grayscale: #6F6F6F. Windows color (decimal): -10657795 or 16605021. OLE color: 16605021.
HSL color Cylindrical-coordinate representation of color #5D5FFD: hue angle of 239.25º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D5FFD is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 95 | 253 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.01 |
| HSL | 239.25º | 0.98% | 0.68% | - |
| HSV(B) | 239.25º | 0.63% | 0.99% | - |
| XYZ | 26.34 | 17.6 | 94.94 | - |
| YUV | 112.41 | 207.34 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 95 | 253 | 0.63 | 0.62 | 0 | 0.01 | 239.25 | 0.98 | 0.68 |
| Hex | 5D | 5F | FD | 3F | 3E | 0 | 1 | EF | 62 | 44 |
| Octal | 135 | 137 | 375 | 77 | 76 | 0 | 1 | 357 | 142 | 104 |
| Binary | 1011101 | 1011111 | 11111101 | 111111 | 111110 | 0 | 1 | 11101111 | 1100010 | 1000100 |
Color Harmonies of #5D5FFD
Complementary color
Monochromatic Colors of #5D5FFD
Black with #5D5FFD
Text Example
Text Example
White with #5D5FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5FFD; }
p { color: rgb(93,95,253); }
H1.HeaderClassName
{
color: #5D5FFD;
}
.AnyTagClassName
{
color: #5D5FFD;
}
</style>
background-color css
<style>
a { background-color: #5D5FFD; }
a { background-color: rgb(93,95,253); }
div.DivClassName
{
background-color: #5D5FFD;
}
.BgClassName
{
background-color: #5D5FFD;
}
</style>
border-color css
<style>
span { border-color: #5D5FFD; }
span { border-color: rgb(93,95,253); }
td.TdClassName
{
border-color: #5D5FFD;
}
.TagClassName
{
border-color: #5D5FFD;
}
</style>