Shades of Neon Blue #5D55FB
Tints of Neon Blue #5D55FB
RGB
CMYK
RGB Variations
Color information
#5D55FB (or 0x5D55FB) is known color: Neon Blue. HEX triplet: 5D, 55 and FB. RGB value is (93,85,251). Sum of RGB (Red+Green+Blue) = 93+85+251=429 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.68% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #5D55FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D55FB is #A2AA04. Grayscale: #696969. Windows color (decimal): -10660357 or 16471389. OLE color: 16471389.
HSL color Cylindrical-coordinate representation of color #5D55FB: hue angle of 242.89º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D55FB is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 85 | 251 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.02 |
| HSL | 242.89º | 0.95% | 0.66% | - |
| HSV(B) | 242.89º | 0.66% | 0.98% | - |
| XYZ | 25.18 | 15.79 | 92.99 | - |
| YUV | 106.32 | 209.65 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 85 | 251 | 0.63 | 0.66 | 0 | 0.02 | 242.89 | 0.95 | 0.66 |
| Hex | 5D | 55 | FB | 3F | 42 | 0 | 2 | F3 | 5F | 42 |
| Octal | 135 | 125 | 373 | 77 | 102 | 0 | 2 | 363 | 137 | 102 |
| Binary | 1011101 | 1010101 | 11111011 | 111111 | 1000010 | 0 | 10 | 11110011 | 1011111 | 1000010 |
Color Harmonies of #5D55FB
Complementary color
Monochromatic Colors of #5D55FB
Black with #5D55FB
Text Example
Text Example
White with #5D55FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D55FB; }
p { color: rgb(93,85,251); }
H1.HeaderClassName
{
color: #5D55FB;
}
.AnyTagClassName
{
color: #5D55FB;
}
</style>
background-color css
<style>
a { background-color: #5D55FB; }
a { background-color: rgb(93,85,251); }
div.DivClassName
{
background-color: #5D55FB;
}
.BgClassName
{
background-color: #5D55FB;
}
</style>
border-color css
<style>
span { border-color: #5D55FB; }
span { border-color: rgb(93,85,251); }
td.TdClassName
{
border-color: #5D55FB;
}
.TagClassName
{
border-color: #5D55FB;
}
</style>