Shades of Neon Blue #6D3DFD
Tints of Neon Blue #6D3DFD
RGB
CMYK
RGB Variations
Color information
#6D3DFD (or 0x6D3DFD) is known color: Neon Blue. HEX triplet: 6D, 3D and FD. RGB value is (109,61,253). Sum of RGB (Red+Green+Blue) = 109+61+253=423 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.77% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D3DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3DFD is #92C202. Grayscale: #606060. Windows color (decimal): -9617923 or 16596333. OLE color: 16596333.
HSL color Cylindrical-coordinate representation of color #6D3DFD: hue angle of 255º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D3DFD is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 61 | 253 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.01 |
| HSL | 255º | 0.98% | 0.62% | - |
| HSV(B) | 255º | 0.76% | 0.99% | - |
| XYZ | 25.71 | 13.68 | 94.21 | - |
| YUV | 97.24 | 215.9 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 61 | 253 | 0.57 | 0.76 | 0 | 0.01 | 255 | 0.98 | 0.62 |
| Hex | 6D | 3D | FD | 39 | 4C | 0 | 1 | FF | 62 | 3E |
| Octal | 155 | 75 | 375 | 71 | 114 | 0 | 1 | 377 | 142 | 76 |
| Binary | 1101101 | 111101 | 11111101 | 111001 | 1001100 | 0 | 1 | 11111111 | 1100010 | 111110 |
Color Harmonies of #6D3DFD
Complementary color
Monochromatic Colors of #6D3DFD
Black with #6D3DFD
Text Example
Text Example
White with #6D3DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3DFD; }
p { color: rgb(109,61,253); }
H1.HeaderClassName
{
color: #6D3DFD;
}
.AnyTagClassName
{
color: #6D3DFD;
}
</style>
background-color css
<style>
a { background-color: #6D3DFD; }
a { background-color: rgb(109,61,253); }
div.DivClassName
{
background-color: #6D3DFD;
}
.BgClassName
{
background-color: #6D3DFD;
}
</style>
border-color css
<style>
span { border-color: #6D3DFD; }
span { border-color: rgb(109,61,253); }
td.TdClassName
{
border-color: #6D3DFD;
}
.TagClassName
{
border-color: #6D3DFD;
}
</style>