Shades of Neon Blue #6B41F7
Tints of Neon Blue #6B41F7
RGB
CMYK
RGB Variations
Color information
#6B41F7 (or 0x6B41F7) is known color: Neon Blue. HEX triplet: 6B, 41 and F7. RGB value is (107,65,247). Sum of RGB (Red+Green+Blue) = 107+65+247=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 247 (96.88% from 255 or 58.95% from 419); Max value from RGB is 247 - color contains mainly: blue. Hex color #6B41F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B41F7 is #94BE08. Grayscale: #616161. Windows color (decimal): -9747977 or 16204139. OLE color: 16204139.
HSL color Cylindrical-coordinate representation of color #6B41F7: hue angle of 253.85º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B41F7 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 107 | 65 | 247 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.03 |
| HSL | 253.85º | 0.92% | 0.61% | - |
| HSV(B) | 253.85º | 0.74% | 0.97% | - |
| XYZ | 24.74 | 13.62 | 89.32 | - |
| YUV | 98.31 | 211.91 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 65 | 247 | 0.57 | 0.74 | 0 | 0.03 | 253.85 | 0.92 | 0.61 |
| Hex | 6B | 41 | F7 | 39 | 4A | 0 | 3 | FE | 5C | 3D |
| Octal | 153 | 101 | 367 | 71 | 112 | 0 | 3 | 376 | 134 | 75 |
| Binary | 1101011 | 1000001 | 11110111 | 111001 | 1001010 | 0 | 11 | 11111110 | 1011100 | 111101 |
Color Harmonies of #6B41F7
Complementary color
Monochromatic Colors of #6B41F7
Black with #6B41F7
Text Example
Text Example
White with #6B41F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B41F7; }
p { color: rgb(107,65,247); }
H1.HeaderClassName
{
color: #6B41F7;
}
.AnyTagClassName
{
color: #6B41F7;
}
</style>
background-color css
<style>
a { background-color: #6B41F7; }
a { background-color: rgb(107,65,247); }
div.DivClassName
{
background-color: #6B41F7;
}
.BgClassName
{
background-color: #6B41F7;
}
</style>
border-color css
<style>
span { border-color: #6B41F7; }
span { border-color: rgb(107,65,247); }
td.TdClassName
{
border-color: #6B41F7;
}
.TagClassName
{
border-color: #6B41F7;
}
</style>