Shades of Neon Blue #6949FF
Tints of Neon Blue #6949FF
RGB
CMYK
RGB Variations
Color information
#6949FF (or 0x6949FF) is known color: Neon Blue. HEX triplet: 69, 49 and FF. RGB value is (105,73,255). Sum of RGB (Red+Green+Blue) = 105+73+255=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #6949FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6949FF is #96B600. Grayscale: #666666. Windows color (decimal): -9876993 or 16730473. OLE color: 16730473.
HSL color Cylindrical-coordinate representation of color #6949FF: hue angle of 250.55º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6949FF is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 73 | 255 | - |
| CMYK | 0.59 | 0.71 | 0 | 0 |
| HSL | 250.55º | 1% | 0.64% | - |
| HSV(B) | 250.55º | 0.71% | 1% | - |
| XYZ | 26.26 | 14.99 | 96.12 | - |
| YUV | 103.32 | 213.6 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 73 | 255 | 0.59 | 0.71 | 0 | 0 | 250.55 | 1 | 0.64 |
| Hex | 69 | 49 | FF | 3B | 47 | 0 | 0 | FB | 64 | 40 |
| Octal | 151 | 111 | 377 | 73 | 107 | 0 | 0 | 373 | 144 | 100 |
| Binary | 1101001 | 1001001 | 11111111 | 111011 | 1000111 | 0 | 0 | 11111011 | 1100100 | 1000000 |
Color Harmonies of #6949FF
Complementary color
Monochromatic Colors of #6949FF
Black with #6949FF
Text Example
Text Example
White with #6949FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6949FF; }
p { color: rgb(105,73,255); }
H1.HeaderClassName
{
color: #6949FF;
}
.AnyTagClassName
{
color: #6949FF;
}
</style>
background-color css
<style>
a { background-color: #6949FF; }
a { background-color: rgb(105,73,255); }
div.DivClassName
{
background-color: #6949FF;
}
.BgClassName
{
background-color: #6949FF;
}
</style>
border-color css
<style>
span { border-color: #6949FF; }
span { border-color: rgb(105,73,255); }
td.TdClassName
{
border-color: #6949FF;
}
.TagClassName
{
border-color: #6949FF;
}
</style>