Shades of Neon Blue #5D6BFE
Tints of Neon Blue #5D6BFE
RGB
CMYK
RGB Variations
Color information
#5D6BFE (or 0x5D6BFE) is known color: Neon Blue. HEX triplet: 5D, 6B and FE. RGB value is (93,107,254). Sum of RGB (Red+Green+Blue) = 93+107+254=454 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.48% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D6BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D6BFE is #A29401. Grayscale: #767676. Windows color (decimal): -10654722 or 16673629. OLE color: 16673629.
HSL color Cylindrical-coordinate representation of color #5D6BFE: hue angle of 234.78º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D6BFE is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 107 | 254 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.00 |
| HSL | 234.78º | 0.99% | 0.68% | - |
| HSV(B) | 234.78º | 0.63% | 1% | - |
| XYZ | 27.66 | 20 | 96.17 | - |
| YUV | 119.57 | 203.86 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 107 | 254 | 0.63 | 0.58 | 0 | 0.00 | 234.78 | 0.99 | 0.68 |
| Hex | 5D | 6B | FE | 3F | 3A | 0 | 0 | EB | 63 | 44 |
| Octal | 135 | 153 | 376 | 77 | 72 | 0 | 0 | 353 | 143 | 104 |
| Binary | 1011101 | 1101011 | 11111110 | 111111 | 111010 | 0 | 0 | 11101011 | 1100011 | 1000100 |
Color Harmonies of #5D6BFE
Complementary color
Monochromatic Colors of #5D6BFE
Black with #5D6BFE
Text Example
Text Example
White with #5D6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6BFE; }
p { color: rgb(93,107,254); }
H1.HeaderClassName
{
color: #5D6BFE;
}
.AnyTagClassName
{
color: #5D6BFE;
}
</style>
background-color css
<style>
a { background-color: #5D6BFE; }
a { background-color: rgb(93,107,254); }
div.DivClassName
{
background-color: #5D6BFE;
}
.BgClassName
{
background-color: #5D6BFE;
}
</style>
border-color css
<style>
span { border-color: #5D6BFE; }
span { border-color: rgb(93,107,254); }
td.TdClassName
{
border-color: #5D6BFE;
}
.TagClassName
{
border-color: #5D6BFE;
}
</style>