Shades of Neon Blue #5D60FF
Tints of Neon Blue #5D60FF
RGB
CMYK
RGB Variations
Color information
#5D60FF (or 0x5D60FF) is known color: Neon Blue. HEX triplet: 5D, 60 and FF. RGB value is (93,96,255). Sum of RGB (Red+Green+Blue) = 93+96+255=444 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.95% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D60FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D60FF is #A29F00. Grayscale: #707070. Windows color (decimal): -10657537 or 16736349. OLE color: 16736349.
HSL color Cylindrical-coordinate representation of color #5D60FF: hue angle of 238.89º 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 #5D60FF is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 96 | 255 | - |
| CMYK | 0.64 | 0.62 | 0 | 0 |
| HSL | 238.89º | 1% | 0.68% | - |
| HSV(B) | 238.89º | 0.64% | 1% | - |
| XYZ | 26.75 | 17.91 | 96.66 | - |
| YUV | 113.23 | 208.01 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 96 | 255 | 0.64 | 0.62 | 0 | 0 | 238.89 | 1 | 0.68 |
| Hex | 5D | 60 | FF | 40 | 3E | 0 | 0 | EF | 64 | 44 |
| Octal | 135 | 140 | 377 | 100 | 76 | 0 | 0 | 357 | 144 | 104 |
| Binary | 1011101 | 1100000 | 11111111 | 1000000 | 111110 | 0 | 0 | 11101111 | 1100100 | 1000100 |
Color Harmonies of #5D60FF
Complementary color
Monochromatic Colors of #5D60FF
Black with #5D60FF
Text Example
Text Example
White with #5D60FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D60FF; }
p { color: rgb(93,96,255); }
H1.HeaderClassName
{
color: #5D60FF;
}
.AnyTagClassName
{
color: #5D60FF;
}
</style>
background-color css
<style>
a { background-color: #5D60FF; }
a { background-color: rgb(93,96,255); }
div.DivClassName
{
background-color: #5D60FF;
}
.BgClassName
{
background-color: #5D60FF;
}
</style>
border-color css
<style>
span { border-color: #5D60FF; }
span { border-color: rgb(93,96,255); }
td.TdClassName
{
border-color: #5D60FF;
}
.TagClassName
{
border-color: #5D60FF;
}
</style>