Shades of Neon Blue #6940F0
Tints of Neon Blue #6940F0
RGB
CMYK
RGB Variations
Color information
#6940F0 (or 0x6940F0) is known color: Neon Blue. HEX triplet: 69, 40 and F0. RGB value is (105,64,240). Sum of RGB (Red+Green+Blue) = 105+64+240=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 240 (94.14% from 255 or 58.68% from 409); Max value from RGB is 240 - color contains mainly: blue. Hex color #6940F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6940F0 is #96BF0F. Grayscale: #5F5F5F. Windows color (decimal): -9879312 or 15745129. OLE color: 15745129.
HSL color Cylindrical-coordinate representation of color #6940F0: hue angle of 253.98º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6940F0 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 64 | 240 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.06 |
| HSL | 253.98º | 0.85% | 0.6% | - |
| HSV(B) | 253.98º | 0.73% | 0.94% | - |
| XYZ | 23.39 | 12.96 | 83.71 | - |
| YUV | 96.32 | 209.08 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 240 | 0.56 | 0.73 | 0 | 0.06 | 253.98 | 0.85 | 0.6 |
| Hex | 69 | 40 | F0 | 38 | 49 | 0 | 6 | FE | 55 | 3C |
| Octal | 151 | 100 | 360 | 70 | 111 | 0 | 6 | 376 | 125 | 74 |
| Binary | 1101001 | 1000000 | 11110000 | 111000 | 1001001 | 0 | 110 | 11111110 | 1010101 | 111100 |
Color Harmonies of #6940F0
Complementary color
Monochromatic Colors of #6940F0
Black with #6940F0
Text Example
Text Example
White with #6940F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6940F0; }
p { color: rgb(105,64,240); }
H1.HeaderClassName
{
color: #6940F0;
}
.AnyTagClassName
{
color: #6940F0;
}
</style>
background-color css
<style>
a { background-color: #6940F0; }
a { background-color: rgb(105,64,240); }
div.DivClassName
{
background-color: #6940F0;
}
.BgClassName
{
background-color: #6940F0;
}
</style>
border-color css
<style>
span { border-color: #6940F0; }
span { border-color: rgb(105,64,240); }
td.TdClassName
{
border-color: #6940F0;
}
.TagClassName
{
border-color: #6940F0;
}
</style>