Shades of Neon Blue #5D5BF2
Tints of Neon Blue #5D5BF2
RGB
CMYK
RGB Variations
Color information
#5D5BF2 (or 0x5D5BF2) is known color: Neon Blue. HEX triplet: 5D, 5B and F2. RGB value is (93,91,242). Sum of RGB (Red+Green+Blue) = 93+91+242=426 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.83% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 242 (94.92% from 255 or 56.81% from 426); Max value from RGB is 242 - color contains mainly: blue. Hex color #5D5BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5BF2 is #A2A40D. Grayscale: #6C6C6C. Windows color (decimal): -10658830 or 15883101. OLE color: 15883101.
HSL color Cylindrical-coordinate representation of color #5D5BF2: hue angle of 240.79º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D5BF2 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 91 | 242 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.05 |
| HSL | 240.79º | 0.85% | 0.65% | - |
| HSV(B) | 240.79º | 0.62% | 0.95% | - |
| XYZ | 24.28 | 16.22 | 85.86 | - |
| YUV | 108.81 | 203.16 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 91 | 242 | 0.62 | 0.62 | 0 | 0.05 | 240.79 | 0.85 | 0.65 |
| Hex | 5D | 5B | F2 | 3E | 3E | 0 | 5 | F1 | 55 | 41 |
| Octal | 135 | 133 | 362 | 76 | 76 | 0 | 5 | 361 | 125 | 101 |
| Binary | 1011101 | 1011011 | 11110010 | 111110 | 111110 | 0 | 101 | 11110001 | 1010101 | 1000001 |
Color Harmonies of #5D5BF2
Complementary color
Monochromatic Colors of #5D5BF2
Black with #5D5BF2
Text Example
Text Example
White with #5D5BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5BF2; }
p { color: rgb(93,91,242); }
H1.HeaderClassName
{
color: #5D5BF2;
}
.AnyTagClassName
{
color: #5D5BF2;
}
</style>
background-color css
<style>
a { background-color: #5D5BF2; }
a { background-color: rgb(93,91,242); }
div.DivClassName
{
background-color: #5D5BF2;
}
.BgClassName
{
background-color: #5D5BF2;
}
</style>
border-color css
<style>
span { border-color: #5D5BF2; }
span { border-color: rgb(93,91,242); }
td.TdClassName
{
border-color: #5D5BF2;
}
.TagClassName
{
border-color: #5D5BF2;
}
</style>