Shades of Neon Blue #6D3CFA
Tints of Neon Blue #6D3CFA
RGB
CMYK
RGB Variations
Color information
#6D3CFA (or 0x6D3CFA) is known color: Neon Blue. HEX triplet: 6D, 3C and FA. RGB value is (109,60,250). Sum of RGB (Red+Green+Blue) = 109+60+250=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D3CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3CFA is #92C305. Grayscale: #5F5F5F. Windows color (decimal): -9618182 or 16399469. OLE color: 16399469.
HSL color Cylindrical-coordinate representation of color #6D3CFA: hue angle of 255.47º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D3CFA is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 60 | 250 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.02 |
| HSL | 255.47º | 0.95% | 0.61% | - |
| HSV(B) | 255.47º | 0.76% | 0.98% | - |
| XYZ | 25.18 | 13.39 | 91.7 | - |
| YUV | 96.31 | 214.73 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 60 | 250 | 0.56 | 0.76 | 0 | 0.02 | 255.47 | 0.95 | 0.61 |
| Hex | 6D | 3C | FA | 38 | 4C | 0 | 2 | FF | 5F | 3D |
| Octal | 155 | 74 | 372 | 70 | 114 | 0 | 2 | 377 | 137 | 75 |
| Binary | 1101101 | 111100 | 11111010 | 111000 | 1001100 | 0 | 10 | 11111111 | 1011111 | 111101 |
Color Harmonies of #6D3CFA
Complementary color
Monochromatic Colors of #6D3CFA
Black with #6D3CFA
Text Example
Text Example
White with #6D3CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3CFA; }
p { color: rgb(109,60,250); }
H1.HeaderClassName
{
color: #6D3CFA;
}
.AnyTagClassName
{
color: #6D3CFA;
}
</style>
background-color css
<style>
a { background-color: #6D3CFA; }
a { background-color: rgb(109,60,250); }
div.DivClassName
{
background-color: #6D3CFA;
}
.BgClassName
{
background-color: #6D3CFA;
}
</style>
border-color css
<style>
span { border-color: #6D3CFA; }
span { border-color: rgb(109,60,250); }
td.TdClassName
{
border-color: #6D3CFA;
}
.TagClassName
{
border-color: #6D3CFA;
}
</style>