Shades of Neon Blue #6B3AFE
Tints of Neon Blue #6B3AFE
RGB
CMYK
RGB Variations
Color information
#6B3AFE (or 0x6B3AFE) is known color: Neon Blue. HEX triplet: 6B, 3A and FE. RGB value is (107,58,254). Sum of RGB (Red+Green+Blue) = 107+58+254=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B3AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B3AFE is #94C501. Grayscale: #5E5E5E. Windows color (decimal): -9749762 or 16661099. OLE color: 16661099.
HSL color Cylindrical-coordinate representation of color #6B3AFE: hue angle of 255º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B3AFE is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 58 | 254 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.00 |
| HSL | 255º | 0.99% | 0.61% | - |
| HSV(B) | 255º | 0.77% | 1% | - |
| XYZ | 25.47 | 13.31 | 94.99 | - |
| YUV | 95 | 217.73 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 58 | 254 | 0.58 | 0.77 | 0 | 0.00 | 255 | 0.99 | 0.61 |
| Hex | 6B | 3A | FE | 3A | 4D | 0 | 0 | FF | 63 | 3D |
| Octal | 153 | 72 | 376 | 72 | 115 | 0 | 0 | 377 | 143 | 75 |
| Binary | 1101011 | 111010 | 11111110 | 111010 | 1001101 | 0 | 0 | 11111111 | 1100011 | 111101 |
Color Harmonies of #6B3AFE
Complementary color
Monochromatic Colors of #6B3AFE
Black with #6B3AFE
Text Example
Text Example
White with #6B3AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3AFE; }
p { color: rgb(107,58,254); }
H1.HeaderClassName
{
color: #6B3AFE;
}
.AnyTagClassName
{
color: #6B3AFE;
}
</style>
background-color css
<style>
a { background-color: #6B3AFE; }
a { background-color: rgb(107,58,254); }
div.DivClassName
{
background-color: #6B3AFE;
}
.BgClassName
{
background-color: #6B3AFE;
}
</style>
border-color css
<style>
span { border-color: #6B3AFE; }
span { border-color: rgb(107,58,254); }
td.TdClassName
{
border-color: #6B3AFE;
}
.TagClassName
{
border-color: #6B3AFE;
}
</style>