Shades of Neon Blue #6740FF
Tints of Neon Blue #6740FF
RGB
CMYK
RGB Variations
Color information
#6740FF (or 0x6740FF) is known color: Neon Blue. HEX triplet: 67, 40 and FF. RGB value is (103,64,255). Sum of RGB (Red+Green+Blue) = 103+64+255=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #6740FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6740FF is #98BF00. Grayscale: #606060. Windows color (decimal): -10010369 or 16728167. OLE color: 16728167.
HSL color Cylindrical-coordinate representation of color #6740FF: hue angle of 252.25º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6740FF is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 64 | 255 | - |
| CMYK | 0.60 | 0.75 | 0 | 0 |
| HSL | 252.25º | 1% | 0.63% | - |
| HSV(B) | 252.25º | 0.75% | 1% | - |
| XYZ | 25.48 | 13.77 | 95.92 | - |
| YUV | 97.44 | 216.92 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 255 | 0.60 | 0.75 | 0 | 0 | 252.25 | 1 | 0.63 |
| Hex | 67 | 40 | FF | 3C | 4B | 0 | 0 | FC | 64 | 3F |
| Octal | 147 | 100 | 377 | 74 | 113 | 0 | 0 | 374 | 144 | 77 |
| Binary | 1100111 | 1000000 | 11111111 | 111100 | 1001011 | 0 | 0 | 11111100 | 1100100 | 111111 |
Color Harmonies of #6740FF
Complementary color
Monochromatic Colors of #6740FF
Black with #6740FF
Text Example
Text Example
White with #6740FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6740FF; }
p { color: rgb(103,64,255); }
H1.HeaderClassName
{
color: #6740FF;
}
.AnyTagClassName
{
color: #6740FF;
}
</style>
background-color css
<style>
a { background-color: #6740FF; }
a { background-color: rgb(103,64,255); }
div.DivClassName
{
background-color: #6740FF;
}
.BgClassName
{
background-color: #6740FF;
}
</style>
border-color css
<style>
span { border-color: #6740FF; }
span { border-color: rgb(103,64,255); }
td.TdClassName
{
border-color: #6740FF;
}
.TagClassName
{
border-color: #6740FF;
}
</style>