Shades of Neon Blue #6740F9
Tints of Neon Blue #6740F9
RGB
CMYK
RGB Variations
Color information
#6740F9 (or 0x6740F9) is known color: Neon Blue. HEX triplet: 67, 40 and F9. RGB value is (103,64,249). Sum of RGB (Red+Green+Blue) = 103+64+249=416 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.76% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 249 (97.66% from 255 or 59.86% from 416); Max value from RGB is 249 - color contains mainly: blue. Hex color #6740F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6740F9 is #98BF06. Grayscale: #606060. Windows color (decimal): -10010375 or 16334951. OLE color: 16334951.
HSL color Cylindrical-coordinate representation of color #6740F9: hue angle of 252.65º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6740F9 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 64 | 249 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.02 |
| HSL | 252.65º | 0.94% | 0.61% | - |
| HSV(B) | 252.65º | 0.74% | 0.98% | - |
| XYZ | 24.53 | 13.39 | 90.91 | - |
| YUV | 96.75 | 213.92 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 249 | 0.59 | 0.74 | 0 | 0.02 | 252.65 | 0.94 | 0.61 |
| Hex | 67 | 40 | F9 | 3B | 4A | 0 | 2 | FD | 5E | 3D |
| Octal | 147 | 100 | 371 | 73 | 112 | 0 | 2 | 375 | 136 | 75 |
| Binary | 1100111 | 1000000 | 11111001 | 111011 | 1001010 | 0 | 10 | 11111101 | 1011110 | 111101 |
Color Harmonies of #6740F9
Complementary color
Monochromatic Colors of #6740F9
Black with #6740F9
Text Example
Text Example
White with #6740F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6740F9; }
p { color: rgb(103,64,249); }
H1.HeaderClassName
{
color: #6740F9;
}
.AnyTagClassName
{
color: #6740F9;
}
</style>
background-color css
<style>
a { background-color: #6740F9; }
a { background-color: rgb(103,64,249); }
div.DivClassName
{
background-color: #6740F9;
}
.BgClassName
{
background-color: #6740F9;
}
</style>
border-color css
<style>
span { border-color: #6740F9; }
span { border-color: rgb(103,64,249); }
td.TdClassName
{
border-color: #6740F9;
}
.TagClassName
{
border-color: #6740F9;
}
</style>