Shades of Neon Blue #6740FE
Tints of Neon Blue #6740FE
RGB
CMYK
RGB Variations
Color information
#6740FE (or 0x6740FE) is known color: Neon Blue. HEX triplet: 67, 40 and FE. RGB value is (103,64,254). Sum of RGB (Red+Green+Blue) = 103+64+254=421 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.47% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #6740FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6740FE is #98BF01. Grayscale: #606060. Windows color (decimal): -10010370 or 16662631. OLE color: 16662631.
HSL color Cylindrical-coordinate representation of color #6740FE: hue angle of 252.32º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6740FE is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 64 | 254 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.00 |
| HSL | 252.32º | 0.99% | 0.62% | - |
| HSV(B) | 252.32º | 0.75% | 1% | - |
| XYZ | 25.32 | 13.71 | 95.08 | - |
| YUV | 97.32 | 216.42 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 254 | 0.59 | 0.75 | 0 | 0.00 | 252.32 | 0.99 | 0.62 |
| Hex | 67 | 40 | FE | 3B | 4B | 0 | 0 | FC | 63 | 3E |
| Octal | 147 | 100 | 376 | 73 | 113 | 0 | 0 | 374 | 143 | 76 |
| Binary | 1100111 | 1000000 | 11111110 | 111011 | 1001011 | 0 | 0 | 11111100 | 1100011 | 111110 |
Color Harmonies of #6740FE
Complementary color
Monochromatic Colors of #6740FE
Black with #6740FE
Text Example
Text Example
White with #6740FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6740FE; }
p { color: rgb(103,64,254); }
H1.HeaderClassName
{
color: #6740FE;
}
.AnyTagClassName
{
color: #6740FE;
}
</style>
background-color css
<style>
a { background-color: #6740FE; }
a { background-color: rgb(103,64,254); }
div.DivClassName
{
background-color: #6740FE;
}
.BgClassName
{
background-color: #6740FE;
}
</style>
border-color css
<style>
span { border-color: #6740FE; }
span { border-color: rgb(103,64,254); }
td.TdClassName
{
border-color: #6740FE;
}
.TagClassName
{
border-color: #6740FE;
}
</style>