Shades of Neon Blue #6947F2
Tints of Neon Blue #6947F2
RGB
CMYK
RGB Variations
Color information
#6947F2 (or 0x6947F2) is known color: Neon Blue. HEX triplet: 69, 47 and F2. RGB value is (105,71,242). Sum of RGB (Red+Green+Blue) = 105+71+242=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 242 (94.92% from 255 or 57.89% from 418); Max value from RGB is 242 - color contains mainly: blue. Hex color #6947F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6947F2 is #96B80D. Grayscale: #646464. Windows color (decimal): -9877518 or 15877993. OLE color: 15877993.
HSL color Cylindrical-coordinate representation of color #6947F2: hue angle of 251.93º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6947F2 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 71 | 242 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.05 |
| HSL | 251.93º | 0.87% | 0.61% | - |
| HSV(B) | 251.93º | 0.71% | 0.95% | - |
| XYZ | 24.11 | 13.92 | 85.42 | - |
| YUV | 100.66 | 207.76 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 71 | 242 | 0.57 | 0.71 | 0 | 0.05 | 251.93 | 0.87 | 0.61 |
| Hex | 69 | 47 | F2 | 39 | 47 | 0 | 5 | FC | 57 | 3D |
| Octal | 151 | 107 | 362 | 71 | 107 | 0 | 5 | 374 | 127 | 75 |
| Binary | 1101001 | 1000111 | 11110010 | 111001 | 1000111 | 0 | 101 | 11111100 | 1010111 | 111101 |
Color Harmonies of #6947F2
Complementary color
Monochromatic Colors of #6947F2
Black with #6947F2
Text Example
Text Example
White with #6947F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6947F2; }
p { color: rgb(105,71,242); }
H1.HeaderClassName
{
color: #6947F2;
}
.AnyTagClassName
{
color: #6947F2;
}
</style>
background-color css
<style>
a { background-color: #6947F2; }
a { background-color: rgb(105,71,242); }
div.DivClassName
{
background-color: #6947F2;
}
.BgClassName
{
background-color: #6947F2;
}
</style>
border-color css
<style>
span { border-color: #6947F2; }
span { border-color: rgb(105,71,242); }
td.TdClassName
{
border-color: #6947F2;
}
.TagClassName
{
border-color: #6947F2;
}
</style>