Shades of Neon Blue #6A40FD
Tints of Neon Blue #6A40FD
RGB
CMYK
RGB Variations
Color information
#6A40FD (or 0x6A40FD) is known color: Neon Blue. HEX triplet: 6A, 40 and FD. RGB value is (106,64,253). Sum of RGB (Red+Green+Blue) = 106+64+253=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A40FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A40FD is #95BF02. Grayscale: #616161. Windows color (decimal): -9813763 or 16597098. OLE color: 16597098.
HSL color Cylindrical-coordinate representation of color #6A40FD: hue angle of 253.33º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A40FD is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 64 | 253 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.01 |
| HSL | 253.33º | 0.98% | 0.62% | - |
| HSV(B) | 253.33º | 0.75% | 0.99% | - |
| XYZ | 25.51 | 13.82 | 94.25 | - |
| YUV | 98.1 | 215.41 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 64 | 253 | 0.58 | 0.75 | 0 | 0.01 | 253.33 | 0.98 | 0.62 |
| Hex | 6A | 40 | FD | 3A | 4B | 0 | 1 | FD | 62 | 3E |
| Octal | 152 | 100 | 375 | 72 | 113 | 0 | 1 | 375 | 142 | 76 |
| Binary | 1101010 | 1000000 | 11111101 | 111010 | 1001011 | 0 | 1 | 11111101 | 1100010 | 111110 |
Color Harmonies of #6A40FD
Complementary color
Monochromatic Colors of #6A40FD
Black with #6A40FD
Text Example
Text Example
White with #6A40FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A40FD; }
p { color: rgb(106,64,253); }
H1.HeaderClassName
{
color: #6A40FD;
}
.AnyTagClassName
{
color: #6A40FD;
}
</style>
background-color css
<style>
a { background-color: #6A40FD; }
a { background-color: rgb(106,64,253); }
div.DivClassName
{
background-color: #6A40FD;
}
.BgClassName
{
background-color: #6A40FD;
}
</style>
border-color css
<style>
span { border-color: #6A40FD; }
span { border-color: rgb(106,64,253); }
td.TdClassName
{
border-color: #6A40FD;
}
.TagClassName
{
border-color: #6A40FD;
}
</style>