Shades of Neon Blue #5D45FF
Tints of Neon Blue #5D45FF
RGB
CMYK
RGB Variations
Color information
#5D45FF (or 0x5D45FF) is known color: Neon Blue. HEX triplet: 5D, 45 and FF. RGB value is (93,69,255). Sum of RGB (Red+Green+Blue) = 93+69+255=417 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.30% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D45FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D45FF is #A2BA00. Grayscale: #606060. Windows color (decimal): -10664449 or 16729437. OLE color: 16729437.
HSL color Cylindrical-coordinate representation of color #5D45FF: hue angle of 247.74º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D45FF is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 69 | 255 | - |
| CMYK | 0.64 | 0.73 | 0 | 0 |
| HSL | 247.74º | 1% | 0.64% | - |
| HSV(B) | 247.74º | 0.73% | 1% | - |
| XYZ | 24.69 | 13.8 | 95.97 | - |
| YUV | 97.38 | 216.95 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 69 | 255 | 0.64 | 0.73 | 0 | 0 | 247.74 | 1 | 0.64 |
| Hex | 5D | 45 | FF | 40 | 49 | 0 | 0 | F8 | 64 | 40 |
| Octal | 135 | 105 | 377 | 100 | 111 | 0 | 0 | 370 | 144 | 100 |
| Binary | 1011101 | 1000101 | 11111111 | 1000000 | 1001001 | 0 | 0 | 11111000 | 1100100 | 1000000 |
Color Harmonies of #5D45FF
Complementary color
Monochromatic Colors of #5D45FF
Black with #5D45FF
Text Example
Text Example
White with #5D45FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D45FF; }
p { color: rgb(93,69,255); }
H1.HeaderClassName
{
color: #5D45FF;
}
.AnyTagClassName
{
color: #5D45FF;
}
</style>
background-color css
<style>
a { background-color: #5D45FF; }
a { background-color: rgb(93,69,255); }
div.DivClassName
{
background-color: #5D45FF;
}
.BgClassName
{
background-color: #5D45FF;
}
</style>
border-color css
<style>
span { border-color: #5D45FF; }
span { border-color: rgb(93,69,255); }
td.TdClassName
{
border-color: #5D45FF;
}
.TagClassName
{
border-color: #5D45FF;
}
</style>