Shades of Neon Blue #5D64FF
Tints of Neon Blue #5D64FF
RGB
CMYK
RGB Variations
Color information
#5D64FF (or 0x5D64FF) is known color: Neon Blue. HEX triplet: 5D, 64 and FF. RGB value is (93,100,255). Sum of RGB (Red+Green+Blue) = 93+100+255=448 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.76% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D64FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D64FF is #A29B00. Grayscale: #727272. Windows color (decimal): -10656513 or 16737373. OLE color: 16737373.
HSL color Cylindrical-coordinate representation of color #5D64FF: hue angle of 237.41º 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 #5D64FF is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 100 | 255 | - |
| CMYK | 0.64 | 0.61 | 0 | 0 |
| HSL | 237.41º | 1% | 0.68% | - |
| HSV(B) | 237.41º | 0.64% | 1% | - |
| XYZ | 27.12 | 18.66 | 96.78 | - |
| YUV | 115.58 | 206.68 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 100 | 255 | 0.64 | 0.61 | 0 | 0 | 237.41 | 1 | 0.68 |
| Hex | 5D | 64 | FF | 40 | 3D | 0 | 0 | ED | 64 | 44 |
| Octal | 135 | 144 | 377 | 100 | 75 | 0 | 0 | 355 | 144 | 104 |
| Binary | 1011101 | 1100100 | 11111111 | 1000000 | 111101 | 0 | 0 | 11101101 | 1100100 | 1000100 |
Color Harmonies of #5D64FF
Complementary color
Monochromatic Colors of #5D64FF
Black with #5D64FF
Text Example
Text Example
White with #5D64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D64FF; }
p { color: rgb(93,100,255); }
H1.HeaderClassName
{
color: #5D64FF;
}
.AnyTagClassName
{
color: #5D64FF;
}
</style>
background-color css
<style>
a { background-color: #5D64FF; }
a { background-color: rgb(93,100,255); }
div.DivClassName
{
background-color: #5D64FF;
}
.BgClassName
{
background-color: #5D64FF;
}
</style>
border-color css
<style>
span { border-color: #5D64FF; }
span { border-color: rgb(93,100,255); }
td.TdClassName
{
border-color: #5D64FF;
}
.TagClassName
{
border-color: #5D64FF;
}
</style>