Shades of Neon Blue #6B3AFB
Tints of Neon Blue #6B3AFB
RGB
CMYK
RGB Variations
Color information
#6B3AFB (or 0x6B3AFB) is known color: Neon Blue. HEX triplet: 6B, 3A and FB. RGB value is (107,58,251). Sum of RGB (Red+Green+Blue) = 107+58+251=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B3AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B3AFB is #94C504. Grayscale: #5D5D5D. Windows color (decimal): -9749765 or 16464491. OLE color: 16464491.
HSL color Cylindrical-coordinate representation of color #6B3AFB: hue angle of 255.23º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B3AFB is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 58 | 251 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.02 |
| HSL | 255.23º | 0.96% | 0.61% | - |
| HSV(B) | 255.23º | 0.77% | 0.98% | - |
| XYZ | 24.99 | 13.12 | 92.48 | - |
| YUV | 94.65 | 216.23 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 58 | 251 | 0.57 | 0.77 | 0 | 0.02 | 255.23 | 0.96 | 0.61 |
| Hex | 6B | 3A | FB | 39 | 4D | 0 | 2 | FF | 60 | 3D |
| Octal | 153 | 72 | 373 | 71 | 115 | 0 | 2 | 377 | 140 | 75 |
| Binary | 1101011 | 111010 | 11111011 | 111001 | 1001101 | 0 | 10 | 11111111 | 1100000 | 111101 |
Color Harmonies of #6B3AFB
Complementary color
Monochromatic Colors of #6B3AFB
Black with #6B3AFB
Text Example
Text Example
White with #6B3AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3AFB; }
p { color: rgb(107,58,251); }
H1.HeaderClassName
{
color: #6B3AFB;
}
.AnyTagClassName
{
color: #6B3AFB;
}
</style>
background-color css
<style>
a { background-color: #6B3AFB; }
a { background-color: rgb(107,58,251); }
div.DivClassName
{
background-color: #6B3AFB;
}
.BgClassName
{
background-color: #6B3AFB;
}
</style>
border-color css
<style>
span { border-color: #6B3AFB; }
span { border-color: rgb(107,58,251); }
td.TdClassName
{
border-color: #6B3AFB;
}
.TagClassName
{
border-color: #6B3AFB;
}
</style>