Shades of Neon Blue #6D4AFF
Tints of Neon Blue #6D4AFF
RGB
CMYK
RGB Variations
Color information
#6D4AFF (or 0x6D4AFF) is known color: Neon Blue. HEX triplet: 6D, 4A and FF. RGB value is (109,74,255). Sum of RGB (Red+Green+Blue) = 109+74+255=438 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.89% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D4AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4AFF is #92B500. Grayscale: #686868. Windows color (decimal): -9614593 or 16730733. OLE color: 16730733.
HSL color Cylindrical-coordinate representation of color #6D4AFF: hue angle of 251.6º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D4AFF is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 74 | 255 | - |
| CMYK | 0.57 | 0.71 | 0 | 0 |
| HSL | 251.6º | 1% | 0.65% | - |
| HSV(B) | 251.6º | 0.71% | 1% | - |
| XYZ | 26.81 | 15.37 | 96.16 | - |
| YUV | 105.1 | 212.6 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 255 | 0.57 | 0.71 | 0 | 0 | 251.6 | 1 | 0.65 |
| Hex | 6D | 4A | FF | 39 | 47 | 0 | 0 | FC | 64 | 41 |
| Octal | 155 | 112 | 377 | 71 | 107 | 0 | 0 | 374 | 144 | 101 |
| Binary | 1101101 | 1001010 | 11111111 | 111001 | 1000111 | 0 | 0 | 11111100 | 1100100 | 1000001 |
Color Harmonies of #6D4AFF
Complementary color
Monochromatic Colors of #6D4AFF
Black with #6D4AFF
Text Example
Text Example
White with #6D4AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4AFF; }
p { color: rgb(109,74,255); }
H1.HeaderClassName
{
color: #6D4AFF;
}
.AnyTagClassName
{
color: #6D4AFF;
}
</style>
background-color css
<style>
a { background-color: #6D4AFF; }
a { background-color: rgb(109,74,255); }
div.DivClassName
{
background-color: #6D4AFF;
}
.BgClassName
{
background-color: #6D4AFF;
}
</style>
border-color css
<style>
span { border-color: #6D4AFF; }
span { border-color: rgb(109,74,255); }
td.TdClassName
{
border-color: #6D4AFF;
}
.TagClassName
{
border-color: #6D4AFF;
}
</style>