Shades of Neon Blue #6A3BF3
Tints of Neon Blue #6A3BF3
RGB
CMYK
RGB Variations
Color information
#6A3BF3 (or 0x6A3BF3) is known color: Neon Blue. HEX triplet: 6A, 3B and F3. RGB value is (106,59,243). Sum of RGB (Red+Green+Blue) = 106+59+243=408 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.98% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 243 (95.31% from 255 or 59.56% from 408); Max value from RGB is 243 - color contains mainly: blue. Hex color #6A3BF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A3BF3 is #95C40C. Grayscale: #5D5D5D. Windows color (decimal): -9815053 or 15940458. OLE color: 15940458.
HSL color Cylindrical-coordinate representation of color #6A3BF3: hue angle of 255.33º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A3BF3 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 59 | 243 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.05 |
| HSL | 255.33º | 0.88% | 0.59% | - |
| HSV(B) | 255.33º | 0.76% | 0.95% | - |
| XYZ | 23.69 | 12.66 | 85.99 | - |
| YUV | 94.03 | 212.07 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 59 | 243 | 0.56 | 0.76 | 0 | 0.05 | 255.33 | 0.88 | 0.59 |
| Hex | 6A | 3B | F3 | 38 | 4C | 0 | 5 | FF | 58 | 3B |
| Octal | 152 | 73 | 363 | 70 | 114 | 0 | 5 | 377 | 130 | 73 |
| Binary | 1101010 | 111011 | 11110011 | 111000 | 1001100 | 0 | 101 | 11111111 | 1011000 | 111011 |
Color Harmonies of #6A3BF3
Complementary color
Monochromatic Colors of #6A3BF3
Black with #6A3BF3
Text Example
Text Example
White with #6A3BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3BF3; }
p { color: rgb(106,59,243); }
H1.HeaderClassName
{
color: #6A3BF3;
}
.AnyTagClassName
{
color: #6A3BF3;
}
</style>
background-color css
<style>
a { background-color: #6A3BF3; }
a { background-color: rgb(106,59,243); }
div.DivClassName
{
background-color: #6A3BF3;
}
.BgClassName
{
background-color: #6A3BF3;
}
</style>
border-color css
<style>
span { border-color: #6A3BF3; }
span { border-color: rgb(106,59,243); }
td.TdClassName
{
border-color: #6A3BF3;
}
.TagClassName
{
border-color: #6A3BF3;
}
</style>