Shades of Neon Blue #6940F1
Tints of Neon Blue #6940F1
RGB
CMYK
RGB Variations
Color information
#6940F1 (or 0x6940F1) is known color: Neon Blue. HEX triplet: 69, 40 and F1. RGB value is (105,64,241). Sum of RGB (Red+Green+Blue) = 105+64+241=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 241 (94.53% from 255 or 58.78% from 410); Max value from RGB is 241 - color contains mainly: blue. Hex color #6940F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6940F1 is #96BF0E. Grayscale: #5F5F5F. Windows color (decimal): -9879311 or 15810665. OLE color: 15810665.
HSL color Cylindrical-coordinate representation of color #6940F1: hue angle of 253.9º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6940F1 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 64 | 241 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.05 |
| HSL | 253.9º | 0.86% | 0.6% | - |
| HSV(B) | 253.9º | 0.73% | 0.95% | - |
| XYZ | 23.54 | 13.02 | 84.49 | - |
| YUV | 96.44 | 209.58 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 241 | 0.56 | 0.73 | 0 | 0.05 | 253.9 | 0.86 | 0.6 |
| Hex | 69 | 40 | F1 | 38 | 49 | 0 | 5 | FE | 56 | 3C |
| Octal | 151 | 100 | 361 | 70 | 111 | 0 | 5 | 376 | 126 | 74 |
| Binary | 1101001 | 1000000 | 11110001 | 111000 | 1001001 | 0 | 101 | 11111110 | 1010110 | 111100 |
Color Harmonies of #6940F1
Complementary color
Monochromatic Colors of #6940F1
Black with #6940F1
Text Example
Text Example
White with #6940F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6940F1; }
p { color: rgb(105,64,241); }
H1.HeaderClassName
{
color: #6940F1;
}
.AnyTagClassName
{
color: #6940F1;
}
</style>
background-color css
<style>
a { background-color: #6940F1; }
a { background-color: rgb(105,64,241); }
div.DivClassName
{
background-color: #6940F1;
}
.BgClassName
{
background-color: #6940F1;
}
</style>
border-color css
<style>
span { border-color: #6940F1; }
span { border-color: rgb(105,64,241); }
td.TdClassName
{
border-color: #6940F1;
}
.TagClassName
{
border-color: #6940F1;
}
</style>