Shades of Neon Blue #6A4EFD
Tints of Neon Blue #6A4EFD
RGB
CMYK
RGB Variations
Color information
#6A4EFD (or 0x6A4EFD) is known color: Neon Blue. HEX triplet: 6A, 4E and FD. RGB value is (106,78,253). Sum of RGB (Red+Green+Blue) = 106+78+253=437 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.26% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A4EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A4EFD is #95B102. Grayscale: #696969. Windows color (decimal): -9810179 or 16600682. OLE color: 16600682.
HSL color Cylindrical-coordinate representation of color #6A4EFD: hue angle of 249.6º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A4EFD is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 78 | 253 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.01 |
| HSL | 249.6º | 0.98% | 0.65% | - |
| HSV(B) | 249.6º | 0.69% | 0.99% | - |
| XYZ | 26.4 | 15.6 | 94.55 | - |
| YUV | 106.32 | 210.78 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 78 | 253 | 0.58 | 0.69 | 0 | 0.01 | 249.6 | 0.98 | 0.65 |
| Hex | 6A | 4E | FD | 3A | 45 | 0 | 1 | FA | 62 | 41 |
| Octal | 152 | 116 | 375 | 72 | 105 | 0 | 1 | 372 | 142 | 101 |
| Binary | 1101010 | 1001110 | 11111101 | 111010 | 1000101 | 0 | 1 | 11111010 | 1100010 | 1000001 |
Color Harmonies of #6A4EFD
Complementary color
Monochromatic Colors of #6A4EFD
Black with #6A4EFD
Text Example
Text Example
White with #6A4EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4EFD; }
p { color: rgb(106,78,253); }
H1.HeaderClassName
{
color: #6A4EFD;
}
.AnyTagClassName
{
color: #6A4EFD;
}
</style>
background-color css
<style>
a { background-color: #6A4EFD; }
a { background-color: rgb(106,78,253); }
div.DivClassName
{
background-color: #6A4EFD;
}
.BgClassName
{
background-color: #6A4EFD;
}
</style>
border-color css
<style>
span { border-color: #6A4EFD; }
span { border-color: rgb(106,78,253); }
td.TdClassName
{
border-color: #6A4EFD;
}
.TagClassName
{
border-color: #6A4EFD;
}
</style>