Shades of Neon Blue #6740FB
Tints of Neon Blue #6740FB
RGB
CMYK
RGB Variations
Color information
#6740FB (or 0x6740FB) is known color: Neon Blue. HEX triplet: 67, 40 and FB. RGB value is (103,64,251). Sum of RGB (Red+Green+Blue) = 103+64+251=418 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.64% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #6740FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6740FB is #98BF04. Grayscale: #606060. Windows color (decimal): -10010373 or 16466023. OLE color: 16466023.
HSL color Cylindrical-coordinate representation of color #6740FB: hue angle of 252.51º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6740FB is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 64 | 251 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.02 |
| HSL | 252.51º | 0.96% | 0.62% | - |
| HSV(B) | 252.51º | 0.75% | 0.98% | - |
| XYZ | 24.84 | 13.52 | 92.57 | - |
| YUV | 96.98 | 214.92 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 251 | 0.59 | 0.75 | 0 | 0.02 | 252.51 | 0.96 | 0.62 |
| Hex | 67 | 40 | FB | 3B | 4B | 0 | 2 | FD | 60 | 3E |
| Octal | 147 | 100 | 373 | 73 | 113 | 0 | 2 | 375 | 140 | 76 |
| Binary | 1100111 | 1000000 | 11111011 | 111011 | 1001011 | 0 | 10 | 11111101 | 1100000 | 111110 |
Color Harmonies of #6740FB
Complementary color
Monochromatic Colors of #6740FB
Black with #6740FB
Text Example
Text Example
White with #6740FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6740FB; }
p { color: rgb(103,64,251); }
H1.HeaderClassName
{
color: #6740FB;
}
.AnyTagClassName
{
color: #6740FB;
}
</style>
background-color css
<style>
a { background-color: #6740FB; }
a { background-color: rgb(103,64,251); }
div.DivClassName
{
background-color: #6740FB;
}
.BgClassName
{
background-color: #6740FB;
}
</style>
border-color css
<style>
span { border-color: #6740FB; }
span { border-color: rgb(103,64,251); }
td.TdClassName
{
border-color: #6740FB;
}
.TagClassName
{
border-color: #6740FB;
}
</style>