Shades of Neon Blue #5D4BF3
Tints of Neon Blue #5D4BF3
RGB
CMYK
RGB Variations
Color information
#5D4BF3 (or 0x5D4BF3) is known color: Neon Blue. HEX triplet: 5D, 4B and F3. RGB value is (93,75,243). Sum of RGB (Red+Green+Blue) = 93+75+243=411 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.63% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 243 (95.31% from 255 or 59.12% from 411); Max value from RGB is 243 - color contains mainly: blue. Hex color #5D4BF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D4BF3 is #A2B40C. Grayscale: #626262. Windows color (decimal): -10662925 or 15944541. OLE color: 15944541.
HSL color Cylindrical-coordinate representation of color #5D4BF3: hue angle of 246.43º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D4BF3 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 75 | 243 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.05 |
| HSL | 246.43º | 0.88% | 0.62% | - |
| HSV(B) | 246.43º | 0.69% | 0.95% | - |
| XYZ | 23.21 | 13.83 | 86.24 | - |
| YUV | 99.53 | 208.96 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 75 | 243 | 0.62 | 0.69 | 0 | 0.05 | 246.43 | 0.88 | 0.62 |
| Hex | 5D | 4B | F3 | 3E | 45 | 0 | 5 | F6 | 58 | 3E |
| Octal | 135 | 113 | 363 | 76 | 105 | 0 | 5 | 366 | 130 | 76 |
| Binary | 1011101 | 1001011 | 11110011 | 111110 | 1000101 | 0 | 101 | 11110110 | 1011000 | 111110 |
Color Harmonies of #5D4BF3
Complementary color
Monochromatic Colors of #5D4BF3
Black with #5D4BF3
Text Example
Text Example
White with #5D4BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4BF3; }
p { color: rgb(93,75,243); }
H1.HeaderClassName
{
color: #5D4BF3;
}
.AnyTagClassName
{
color: #5D4BF3;
}
</style>
background-color css
<style>
a { background-color: #5D4BF3; }
a { background-color: rgb(93,75,243); }
div.DivClassName
{
background-color: #5D4BF3;
}
.BgClassName
{
background-color: #5D4BF3;
}
</style>
border-color css
<style>
span { border-color: #5D4BF3; }
span { border-color: rgb(93,75,243); }
td.TdClassName
{
border-color: #5D4BF3;
}
.TagClassName
{
border-color: #5D4BF3;
}
</style>