Shades of Neon Blue #6D3CFE
Tints of Neon Blue #6D3CFE
RGB
CMYK
RGB Variations
Color information
#6D3CFE (or 0x6D3CFE) is known color: Neon Blue. HEX triplet: 6D, 3C and FE. RGB value is (109,60,254). Sum of RGB (Red+Green+Blue) = 109+60+254=423 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.77% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D3CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3CFE is #92C301. Grayscale: #606060. Windows color (decimal): -9618178 or 16661613. OLE color: 16661613.
HSL color Cylindrical-coordinate representation of color #6D3CFE: hue angle of 255.15º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D3CFE is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 60 | 254 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.00 |
| HSL | 255.15º | 0.99% | 0.62% | - |
| HSV(B) | 255.15º | 0.76% | 1% | - |
| XYZ | 25.81 | 13.64 | 95.04 | - |
| YUV | 96.77 | 216.73 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 60 | 254 | 0.57 | 0.76 | 0 | 0.00 | 255.15 | 0.99 | 0.62 |
| Hex | 6D | 3C | FE | 39 | 4C | 0 | 0 | FF | 63 | 3E |
| Octal | 155 | 74 | 376 | 71 | 114 | 0 | 0 | 377 | 143 | 76 |
| Binary | 1101101 | 111100 | 11111110 | 111001 | 1001100 | 0 | 0 | 11111111 | 1100011 | 111110 |
Color Harmonies of #6D3CFE
Complementary color
Monochromatic Colors of #6D3CFE
Black with #6D3CFE
Text Example
Text Example
White with #6D3CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3CFE; }
p { color: rgb(109,60,254); }
H1.HeaderClassName
{
color: #6D3CFE;
}
.AnyTagClassName
{
color: #6D3CFE;
}
</style>
background-color css
<style>
a { background-color: #6D3CFE; }
a { background-color: rgb(109,60,254); }
div.DivClassName
{
background-color: #6D3CFE;
}
.BgClassName
{
background-color: #6D3CFE;
}
</style>
border-color css
<style>
span { border-color: #6D3CFE; }
span { border-color: rgb(109,60,254); }
td.TdClassName
{
border-color: #6D3CFE;
}
.TagClassName
{
border-color: #6D3CFE;
}
</style>