Shades of Neon Blue #6A4DFB
Tints of Neon Blue #6A4DFB
RGB
CMYK
RGB Variations
Color information
#6A4DFB (or 0x6A4DFB) is known color: Neon Blue. HEX triplet: 6A, 4D and FB. RGB value is (106,77,251). Sum of RGB (Red+Green+Blue) = 106+77+251=434 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.42% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A4DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A4DFB is #95B204. Grayscale: #686868. Windows color (decimal): -9810437 or 16469354. OLE color: 16469354.
HSL color Cylindrical-coordinate representation of color #6A4DFB: hue angle of 250º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A4DFB is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 77 | 251 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.02 |
| HSL | 250º | 0.96% | 0.64% | - |
| HSV(B) | 250º | 0.69% | 0.98% | - |
| XYZ | 26.01 | 15.34 | 92.86 | - |
| YUV | 105.51 | 210.11 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 77 | 251 | 0.58 | 0.69 | 0 | 0.02 | 250 | 0.96 | 0.64 |
| Hex | 6A | 4D | FB | 3A | 45 | 0 | 2 | FA | 60 | 40 |
| Octal | 152 | 115 | 373 | 72 | 105 | 0 | 2 | 372 | 140 | 100 |
| Binary | 1101010 | 1001101 | 11111011 | 111010 | 1000101 | 0 | 10 | 11111010 | 1100000 | 1000000 |
Color Harmonies of #6A4DFB
Complementary color
Monochromatic Colors of #6A4DFB
Black with #6A4DFB
Text Example
Text Example
White with #6A4DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4DFB; }
p { color: rgb(106,77,251); }
H1.HeaderClassName
{
color: #6A4DFB;
}
.AnyTagClassName
{
color: #6A4DFB;
}
</style>
background-color css
<style>
a { background-color: #6A4DFB; }
a { background-color: rgb(106,77,251); }
div.DivClassName
{
background-color: #6A4DFB;
}
.BgClassName
{
background-color: #6A4DFB;
}
</style>
border-color css
<style>
span { border-color: #6A4DFB; }
span { border-color: rgb(106,77,251); }
td.TdClassName
{
border-color: #6A4DFB;
}
.TagClassName
{
border-color: #6A4DFB;
}
</style>