Shades of Neon Blue #6D3CFD
Tints of Neon Blue #6D3CFD
RGB
CMYK
RGB Variations
Color information
#6D3CFD (or 0x6D3CFD) is known color: Neon Blue. HEX triplet: 6D, 3C and FD. RGB value is (109,60,253). Sum of RGB (Red+Green+Blue) = 109+60+253=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D3CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3CFD is #92C302. Grayscale: #5F5F5F. Windows color (decimal): -9618179 or 16596077. OLE color: 16596077.
HSL color Cylindrical-coordinate representation of color #6D3CFD: hue angle of 255.23º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D3CFD is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 60 | 253 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.01 |
| HSL | 255.23º | 0.98% | 0.61% | - |
| HSV(B) | 255.23º | 0.76% | 0.99% | - |
| XYZ | 25.65 | 13.57 | 94.2 | - |
| YUV | 96.65 | 216.23 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 60 | 253 | 0.57 | 0.76 | 0 | 0.01 | 255.23 | 0.98 | 0.61 |
| Hex | 6D | 3C | FD | 39 | 4C | 0 | 1 | FF | 62 | 3D |
| Octal | 155 | 74 | 375 | 71 | 114 | 0 | 1 | 377 | 142 | 75 |
| Binary | 1101101 | 111100 | 11111101 | 111001 | 1001100 | 0 | 1 | 11111111 | 1100010 | 111101 |
Color Harmonies of #6D3CFD
Complementary color
Monochromatic Colors of #6D3CFD
Black with #6D3CFD
Text Example
Text Example
White with #6D3CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3CFD; }
p { color: rgb(109,60,253); }
H1.HeaderClassName
{
color: #6D3CFD;
}
.AnyTagClassName
{
color: #6D3CFD;
}
</style>
background-color css
<style>
a { background-color: #6D3CFD; }
a { background-color: rgb(109,60,253); }
div.DivClassName
{
background-color: #6D3CFD;
}
.BgClassName
{
background-color: #6D3CFD;
}
</style>
border-color css
<style>
span { border-color: #6D3CFD; }
span { border-color: rgb(109,60,253); }
td.TdClassName
{
border-color: #6D3CFD;
}
.TagClassName
{
border-color: #6D3CFD;
}
</style>