Shades of Neon Blue #6A4FFD
Tints of Neon Blue #6A4FFD
RGB
CMYK
RGB Variations
Color information
#6A4FFD (or 0x6A4FFD) is known color: Neon Blue. HEX triplet: 6A, 4F and FD. RGB value is (106,79,253). Sum of RGB (Red+Green+Blue) = 106+79+253=438 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.20% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A4FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A4FFD is #95B002. Grayscale: #6A6A6A. Windows color (decimal): -9809923 or 16600938. OLE color: 16600938.
HSL color Cylindrical-coordinate representation of color #6A4FFD: hue angle of 249.31º 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 #6A4FFD is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 79 | 253 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.01 |
| HSL | 249.31º | 0.98% | 0.65% | - |
| HSV(B) | 249.31º | 0.69% | 0.99% | - |
| XYZ | 26.47 | 15.75 | 94.57 | - |
| YUV | 106.91 | 210.45 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 79 | 253 | 0.58 | 0.69 | 0 | 0.01 | 249.31 | 0.98 | 0.65 |
| Hex | 6A | 4F | FD | 3A | 45 | 0 | 1 | F9 | 62 | 41 |
| Octal | 152 | 117 | 375 | 72 | 105 | 0 | 1 | 371 | 142 | 101 |
| Binary | 1101010 | 1001111 | 11111101 | 111010 | 1000101 | 0 | 1 | 11111001 | 1100010 | 1000001 |
Color Harmonies of #6A4FFD
Complementary color
Monochromatic Colors of #6A4FFD
Black with #6A4FFD
Text Example
Text Example
White with #6A4FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4FFD; }
p { color: rgb(106,79,253); }
H1.HeaderClassName
{
color: #6A4FFD;
}
.AnyTagClassName
{
color: #6A4FFD;
}
</style>
background-color css
<style>
a { background-color: #6A4FFD; }
a { background-color: rgb(106,79,253); }
div.DivClassName
{
background-color: #6A4FFD;
}
.BgClassName
{
background-color: #6A4FFD;
}
</style>
border-color css
<style>
span { border-color: #6A4FFD; }
span { border-color: rgb(106,79,253); }
td.TdClassName
{
border-color: #6A4FFD;
}
.TagClassName
{
border-color: #6A4FFD;
}
</style>