Shades of Neon Blue #6B3FF9
Tints of Neon Blue #6B3FF9
RGB
CMYK
RGB Variations
Color information
#6B3FF9 (or 0x6B3FF9) is known color: Neon Blue. HEX triplet: 6B, 3F and F9. RGB value is (107,63,249). Sum of RGB (Red+Green+Blue) = 107+63+249=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 249 (97.66% from 255 or 59.43% from 419); Max value from RGB is 249 - color contains mainly: blue. Hex color #6B3FF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B3FF9 is #94C006. Grayscale: #606060. Windows color (decimal): -9748487 or 16334699. OLE color: 16334699.
HSL color Cylindrical-coordinate representation of color #6B3FF9: hue angle of 254.19º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B3FF9 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 63 | 249 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.02 |
| HSL | 254.19º | 0.94% | 0.61% | - |
| HSV(B) | 254.19º | 0.75% | 0.98% | - |
| XYZ | 24.94 | 13.52 | 90.92 | - |
| YUV | 97.36 | 213.58 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 63 | 249 | 0.57 | 0.75 | 0 | 0.02 | 254.19 | 0.94 | 0.61 |
| Hex | 6B | 3F | F9 | 39 | 4B | 0 | 2 | FE | 5E | 3D |
| Octal | 153 | 77 | 371 | 71 | 113 | 0 | 2 | 376 | 136 | 75 |
| Binary | 1101011 | 111111 | 11111001 | 111001 | 1001011 | 0 | 10 | 11111110 | 1011110 | 111101 |
Color Harmonies of #6B3FF9
Complementary color
Monochromatic Colors of #6B3FF9
Black with #6B3FF9
Text Example
Text Example
White with #6B3FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3FF9; }
p { color: rgb(107,63,249); }
H1.HeaderClassName
{
color: #6B3FF9;
}
.AnyTagClassName
{
color: #6B3FF9;
}
</style>
background-color css
<style>
a { background-color: #6B3FF9; }
a { background-color: rgb(107,63,249); }
div.DivClassName
{
background-color: #6B3FF9;
}
.BgClassName
{
background-color: #6B3FF9;
}
</style>
border-color css
<style>
span { border-color: #6B3FF9; }
span { border-color: rgb(107,63,249); }
td.TdClassName
{
border-color: #6B3FF9;
}
.TagClassName
{
border-color: #6B3FF9;
}
</style>