Shades of Neon Blue #5B5FFD
Tints of Neon Blue #5B5FFD
RGB
CMYK
RGB Variations
Color information
#5B5FFD (or 0x5B5FFD) is known color: Neon Blue. HEX triplet: 5B, 5F and FD. RGB value is (91,95,253). Sum of RGB (Red+Green+Blue) = 91+95+253=439 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.73% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #5B5FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5FFD is #A4A002. Grayscale: #6F6F6F. Windows color (decimal): -10788867 or 16605019. OLE color: 16605019.
HSL color Cylindrical-coordinate representation of color #5B5FFD: hue angle of 238.52º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B5FFD is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 95 | 253 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.01 |
| HSL | 238.52º | 0.98% | 0.67% | - |
| HSV(B) | 238.52º | 0.64% | 0.99% | - |
| XYZ | 26.14 | 17.5 | 94.93 | - |
| YUV | 111.82 | 207.67 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 95 | 253 | 0.64 | 0.62 | 0 | 0.01 | 238.52 | 0.98 | 0.67 |
| Hex | 5B | 5F | FD | 40 | 3E | 0 | 1 | EF | 62 | 43 |
| Octal | 133 | 137 | 375 | 100 | 76 | 0 | 1 | 357 | 142 | 103 |
| Binary | 1011011 | 1011111 | 11111101 | 1000000 | 111110 | 0 | 1 | 11101111 | 1100010 | 1000011 |
Color Harmonies of #5B5FFD
Complementary color
Monochromatic Colors of #5B5FFD
Black with #5B5FFD
Text Example
Text Example
White with #5B5FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5FFD; }
p { color: rgb(91,95,253); }
H1.HeaderClassName
{
color: #5B5FFD;
}
.AnyTagClassName
{
color: #5B5FFD;
}
</style>
background-color css
<style>
a { background-color: #5B5FFD; }
a { background-color: rgb(91,95,253); }
div.DivClassName
{
background-color: #5B5FFD;
}
.BgClassName
{
background-color: #5B5FFD;
}
</style>
border-color css
<style>
span { border-color: #5B5FFD; }
span { border-color: rgb(91,95,253); }
td.TdClassName
{
border-color: #5B5FFD;
}
.TagClassName
{
border-color: #5B5FFD;
}
</style>