Shades of Neon Blue #6B4AFB
Tints of Neon Blue #6B4AFB
RGB
CMYK
RGB Variations
Color information
#6B4AFB (or 0x6B4AFB) is known color: Neon Blue. HEX triplet: 6B, 4A and FB. RGB value is (107,74,251). Sum of RGB (Red+Green+Blue) = 107+74+251=432 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.77% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B4AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B4AFB is #94B504. Grayscale: #676767. Windows color (decimal): -9745669 or 16468587. OLE color: 16468587.
HSL color Cylindrical-coordinate representation of color #6B4AFB: hue angle of 251.19º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B4AFB is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 74 | 251 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.02 |
| HSL | 251.19º | 0.96% | 0.64% | - |
| HSV(B) | 251.19º | 0.71% | 0.98% | - |
| XYZ | 25.92 | 14.99 | 92.79 | - |
| YUV | 104.05 | 210.93 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 74 | 251 | 0.57 | 0.71 | 0 | 0.02 | 251.19 | 0.96 | 0.64 |
| Hex | 6B | 4A | FB | 39 | 47 | 0 | 2 | FB | 60 | 40 |
| Octal | 153 | 112 | 373 | 71 | 107 | 0 | 2 | 373 | 140 | 100 |
| Binary | 1101011 | 1001010 | 11111011 | 111001 | 1000111 | 0 | 10 | 11111011 | 1100000 | 1000000 |
Color Harmonies of #6B4AFB
Complementary color
Monochromatic Colors of #6B4AFB
Black with #6B4AFB
Text Example
Text Example
White with #6B4AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4AFB; }
p { color: rgb(107,74,251); }
H1.HeaderClassName
{
color: #6B4AFB;
}
.AnyTagClassName
{
color: #6B4AFB;
}
</style>
background-color css
<style>
a { background-color: #6B4AFB; }
a { background-color: rgb(107,74,251); }
div.DivClassName
{
background-color: #6B4AFB;
}
.BgClassName
{
background-color: #6B4AFB;
}
</style>
border-color css
<style>
span { border-color: #6B4AFB; }
span { border-color: rgb(107,74,251); }
td.TdClassName
{
border-color: #6B4AFB;
}
.TagClassName
{
border-color: #6B4AFB;
}
</style>