Shades of Neon Blue #5D3DF6
Tints of Neon Blue #5D3DF6
RGB
CMYK
RGB Variations
Color information
#5D3DF6 (or 0x5D3DF6) is known color: Neon Blue. HEX triplet: 5D, 3D and F6. RGB value is (93,61,246). Sum of RGB (Red+Green+Blue) = 93+61+246=400 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.25% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 246 (96.48% from 255 or 61.5% from 400); Max value from RGB is 246 - color contains mainly: blue. Hex color #5D3DF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D3DF6 is #A2C209. Grayscale: #5A5A5A. Windows color (decimal): -10666506 or 16137565. OLE color: 16137565.
HSL color Cylindrical-coordinate representation of color #5D3DF6: hue angle of 250.38º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D3DF6 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 61 | 246 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.04 |
| HSL | 250.38º | 0.91% | 0.6% | - |
| HSV(B) | 250.38º | 0.75% | 0.96% | - |
| XYZ | 22.82 | 12.32 | 88.36 | - |
| YUV | 91.66 | 215.1 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 61 | 246 | 0.62 | 0.75 | 0 | 0.04 | 250.38 | 0.91 | 0.6 |
| Hex | 5D | 3D | F6 | 3E | 4B | 0 | 4 | FA | 5B | 3C |
| Octal | 135 | 75 | 366 | 76 | 113 | 0 | 4 | 372 | 133 | 74 |
| Binary | 1011101 | 111101 | 11110110 | 111110 | 1001011 | 0 | 100 | 11111010 | 1011011 | 111100 |
Color Harmonies of #5D3DF6
Complementary color
Monochromatic Colors of #5D3DF6
Black with #5D3DF6
Text Example
Text Example
White with #5D3DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3DF6; }
p { color: rgb(93,61,246); }
H1.HeaderClassName
{
color: #5D3DF6;
}
.AnyTagClassName
{
color: #5D3DF6;
}
</style>
background-color css
<style>
a { background-color: #5D3DF6; }
a { background-color: rgb(93,61,246); }
div.DivClassName
{
background-color: #5D3DF6;
}
.BgClassName
{
background-color: #5D3DF6;
}
</style>
border-color css
<style>
span { border-color: #5D3DF6; }
span { border-color: rgb(93,61,246); }
td.TdClassName
{
border-color: #5D3DF6;
}
.TagClassName
{
border-color: #5D3DF6;
}
</style>