Shades of Neon Blue #6C3BFD
Tints of Neon Blue #6C3BFD
RGB
CMYK
RGB Variations
Color information
#6C3BFD (or 0x6C3BFD) is known color: Neon Blue. HEX triplet: 6C, 3B and FD. RGB value is (108,59,253). Sum of RGB (Red+Green+Blue) = 108+59+253=420 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.71% from 420); Green value is 59 (23.44% from 255 or 14.05% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #6C3BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C3BFD is #93C402. Grayscale: #5F5F5F. Windows color (decimal): -9683971 or 16595820. OLE color: 16595820.
HSL color Cylindrical-coordinate representation of color #6C3BFD: hue angle of 255.15º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C3BFD is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 59 | 253 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.01 |
| HSL | 255.15º | 0.98% | 0.61% | - |
| HSV(B) | 255.15º | 0.77% | 0.99% | - |
| XYZ | 25.48 | 13.41 | 94.17 | - |
| YUV | 95.77 | 216.73 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 59 | 253 | 0.57 | 0.77 | 0 | 0.01 | 255.15 | 0.98 | 0.61 |
| Hex | 6C | 3B | FD | 39 | 4D | 0 | 1 | FF | 62 | 3D |
| Octal | 154 | 73 | 375 | 71 | 115 | 0 | 1 | 377 | 142 | 75 |
| Binary | 1101100 | 111011 | 11111101 | 111001 | 1001101 | 0 | 1 | 11111111 | 1100010 | 111101 |
Color Harmonies of #6C3BFD
Complementary color
Monochromatic Colors of #6C3BFD
Black with #6C3BFD
Text Example
Text Example
White with #6C3BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3BFD; }
p { color: rgb(108,59,253); }
H1.HeaderClassName
{
color: #6C3BFD;
}
.AnyTagClassName
{
color: #6C3BFD;
}
</style>
background-color css
<style>
a { background-color: #6C3BFD; }
a { background-color: rgb(108,59,253); }
div.DivClassName
{
background-color: #6C3BFD;
}
.BgClassName
{
background-color: #6C3BFD;
}
</style>
border-color css
<style>
span { border-color: #6C3BFD; }
span { border-color: rgb(108,59,253); }
td.TdClassName
{
border-color: #6C3BFD;
}
.TagClassName
{
border-color: #6C3BFD;
}
</style>