Shades of Neon Blue #6943F0
Tints of Neon Blue #6943F0
RGB
CMYK
RGB Variations
Color information
#6943F0 (or 0x6943F0) is known color: Neon Blue. HEX triplet: 69, 43 and F0. RGB value is (105,67,240). Sum of RGB (Red+Green+Blue) = 105+67+240=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 67 (26.56% from 255 or 16.26% from 412); Blue value is 240 (94.14% from 255 or 58.25% from 412); Max value from RGB is 240 - color contains mainly: blue. Hex color #6943F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6943F0 is #96BC0F. Grayscale: #616161. Windows color (decimal): -9878544 or 15745897. OLE color: 15745897.
HSL color Cylindrical-coordinate representation of color #6943F0: hue angle of 253.18º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6943F0 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 67 | 240 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.06 |
| HSL | 253.18º | 0.85% | 0.6% | - |
| HSV(B) | 253.18º | 0.72% | 0.94% | - |
| XYZ | 23.56 | 13.31 | 83.77 | - |
| YUV | 98.08 | 208.09 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 67 | 240 | 0.56 | 0.72 | 0 | 0.06 | 253.18 | 0.85 | 0.6 |
| Hex | 69 | 43 | F0 | 38 | 48 | 0 | 6 | FD | 55 | 3C |
| Octal | 151 | 103 | 360 | 70 | 110 | 0 | 6 | 375 | 125 | 74 |
| Binary | 1101001 | 1000011 | 11110000 | 111000 | 1001000 | 0 | 110 | 11111101 | 1010101 | 111100 |
Color Harmonies of #6943F0
Complementary color
Monochromatic Colors of #6943F0
Black with #6943F0
Text Example
Text Example
White with #6943F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6943F0; }
p { color: rgb(105,67,240); }
H1.HeaderClassName
{
color: #6943F0;
}
.AnyTagClassName
{
color: #6943F0;
}
</style>
background-color css
<style>
a { background-color: #6943F0; }
a { background-color: rgb(105,67,240); }
div.DivClassName
{
background-color: #6943F0;
}
.BgClassName
{
background-color: #6943F0;
}
</style>
border-color css
<style>
span { border-color: #6943F0; }
span { border-color: rgb(105,67,240); }
td.TdClassName
{
border-color: #6943F0;
}
.TagClassName
{
border-color: #6943F0;
}
</style>