Shades of Neon Blue #6D3FFE
Tints of Neon Blue #6D3FFE
RGB
CMYK
RGB Variations
Color information
#6D3FFE (or 0x6D3FFE) is known color: Neon Blue. HEX triplet: 6D, 3F and FE. RGB value is (109,63,254). Sum of RGB (Red+Green+Blue) = 109+63+254=426 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.59% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D3FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3FFE is #92C001. Grayscale: #616161. Windows color (decimal): -9617410 or 16662381. OLE color: 16662381.
HSL color Cylindrical-coordinate representation of color #6D3FFE: hue angle of 254.45º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D3FFE is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 63 | 254 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.00 |
| HSL | 254.45º | 0.99% | 0.62% | - |
| HSV(B) | 254.45º | 0.75% | 1% | - |
| XYZ | 25.97 | 13.96 | 95.09 | - |
| YUV | 98.53 | 215.74 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 63 | 254 | 0.57 | 0.75 | 0 | 0.00 | 254.45 | 0.99 | 0.62 |
| Hex | 6D | 3F | FE | 39 | 4B | 0 | 0 | FE | 63 | 3E |
| Octal | 155 | 77 | 376 | 71 | 113 | 0 | 0 | 376 | 143 | 76 |
| Binary | 1101101 | 111111 | 11111110 | 111001 | 1001011 | 0 | 0 | 11111110 | 1100011 | 111110 |
Color Harmonies of #6D3FFE
Complementary color
Monochromatic Colors of #6D3FFE
Black with #6D3FFE
Text Example
Text Example
White with #6D3FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3FFE; }
p { color: rgb(109,63,254); }
H1.HeaderClassName
{
color: #6D3FFE;
}
.AnyTagClassName
{
color: #6D3FFE;
}
</style>
background-color css
<style>
a { background-color: #6D3FFE; }
a { background-color: rgb(109,63,254); }
div.DivClassName
{
background-color: #6D3FFE;
}
.BgClassName
{
background-color: #6D3FFE;
}
</style>
border-color css
<style>
span { border-color: #6D3FFE; }
span { border-color: rgb(109,63,254); }
td.TdClassName
{
border-color: #6D3FFE;
}
.TagClassName
{
border-color: #6D3FFE;
}
</style>