Shades of Neon Blue #6641F7
Tints of Neon Blue #6641F7
RGB
CMYK
RGB Variations
Color information
#6641F7 (or 0x6641F7) is known color: Neon Blue. HEX triplet: 66, 41 and F7. RGB value is (102,65,247). Sum of RGB (Red+Green+Blue) = 102+65+247=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 247 (96.88% from 255 or 59.66% from 414); Max value from RGB is 247 - color contains mainly: blue. Hex color #6641F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6641F7 is #99BE08. Grayscale: #606060. Windows color (decimal): -10075657 or 16204134. OLE color: 16204134.
HSL color Cylindrical-coordinate representation of color #6641F7: hue angle of 252.2º 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 #6641F7 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 65 | 247 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.03 |
| HSL | 252.2º | 0.92% | 0.61% | - |
| HSV(B) | 252.2º | 0.74% | 0.97% | - |
| XYZ | 24.16 | 13.32 | 89.29 | - |
| YUV | 96.81 | 212.76 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 247 | 0.59 | 0.74 | 0 | 0.03 | 252.2 | 0.92 | 0.61 |
| Hex | 66 | 41 | F7 | 3B | 4A | 0 | 3 | FC | 5C | 3D |
| Octal | 146 | 101 | 367 | 73 | 112 | 0 | 3 | 374 | 134 | 75 |
| Binary | 1100110 | 1000001 | 11110111 | 111011 | 1001010 | 0 | 11 | 11111100 | 1011100 | 111101 |
Color Harmonies of #6641F7
Complementary color
Monochromatic Colors of #6641F7
Black with #6641F7
Text Example
Text Example
White with #6641F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6641F7; }
p { color: rgb(102,65,247); }
H1.HeaderClassName
{
color: #6641F7;
}
.AnyTagClassName
{
color: #6641F7;
}
</style>
background-color css
<style>
a { background-color: #6641F7; }
a { background-color: rgb(102,65,247); }
div.DivClassName
{
background-color: #6641F7;
}
.BgClassName
{
background-color: #6641F7;
}
</style>
border-color css
<style>
span { border-color: #6641F7; }
span { border-color: rgb(102,65,247); }
td.TdClassName
{
border-color: #6641F7;
}
.TagClassName
{
border-color: #6641F7;
}
</style>