Shades of Neon Blue #5D5FFF
Tints of Neon Blue #5D5FFF
RGB
CMYK
RGB Variations
Color information
#5D5FFF (or 0x5D5FFF) is known color: Neon Blue. HEX triplet: 5D, 5F and FF. RGB value is (93,95,255). Sum of RGB (Red+Green+Blue) = 93+95+255=443 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.99% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D5FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5FFF is #A2A000. Grayscale: #6F6F6F. Windows color (decimal): -10657793 or 16736093. OLE color: 16736093.
HSL color Cylindrical-coordinate representation of color #5D5FFF: hue angle of 239.26º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D5FFF is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 95 | 255 | - |
| CMYK | 0.64 | 0.63 | 0 | 0 |
| HSL | 239.26º | 1% | 0.68% | - |
| HSV(B) | 239.26º | 0.64% | 1% | - |
| XYZ | 26.66 | 17.73 | 96.63 | - |
| YUV | 112.64 | 208.34 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 95 | 255 | 0.64 | 0.63 | 0 | 0 | 239.26 | 1 | 0.68 |
| Hex | 5D | 5F | FF | 40 | 3F | 0 | 0 | EF | 64 | 44 |
| Octal | 135 | 137 | 377 | 100 | 77 | 0 | 0 | 357 | 144 | 104 |
| Binary | 1011101 | 1011111 | 11111111 | 1000000 | 111111 | 0 | 0 | 11101111 | 1100100 | 1000100 |
Color Harmonies of #5D5FFF
Complementary color
Monochromatic Colors of #5D5FFF
Black with #5D5FFF
Text Example
Text Example
White with #5D5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5FFF; }
p { color: rgb(93,95,255); }
H1.HeaderClassName
{
color: #5D5FFF;
}
.AnyTagClassName
{
color: #5D5FFF;
}
</style>
background-color css
<style>
a { background-color: #5D5FFF; }
a { background-color: rgb(93,95,255); }
div.DivClassName
{
background-color: #5D5FFF;
}
.BgClassName
{
background-color: #5D5FFF;
}
</style>
border-color css
<style>
span { border-color: #5D5FFF; }
span { border-color: rgb(93,95,255); }
td.TdClassName
{
border-color: #5D5FFF;
}
.TagClassName
{
border-color: #5D5FFF;
}
</style>