Shades of Neon Blue #6451EC
Tints of Neon Blue #6451EC
RGB
CMYK
RGB Variations
Color information
#6451EC (or 0x6451EC) is known color: Neon Blue. HEX triplet: 64, 51 and EC. RGB value is (100,81,236). Sum of RGB (Red+Green+Blue) = 100+81+236=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #6451EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6451EC is #9BAE13. Grayscale: #676767. Windows color (decimal): -10202644 or 15487332. OLE color: 15487332.
HSL color Cylindrical-coordinate representation of color #6451EC: hue angle of 247.35º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6451EC is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 81 | 236 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.07 |
| HSL | 247.35º | 0.8% | 0.62% | - |
| HSV(B) | 247.35º | 0.66% | 0.93% | - |
| XYZ | 23.34 | 14.65 | 80.95 | - |
| YUV | 104.35 | 202.29 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 81 | 236 | 0.58 | 0.66 | 0 | 0.07 | 247.35 | 0.8 | 0.62 |
| Hex | 64 | 51 | EC | 3A | 42 | 0 | 7 | F7 | 50 | 3E |
| Octal | 144 | 121 | 354 | 72 | 102 | 0 | 7 | 367 | 120 | 76 |
| Binary | 1100100 | 1010001 | 11101100 | 111010 | 1000010 | 0 | 111 | 11110111 | 1010000 | 111110 |
Color Harmonies of #6451EC
Complementary color
Monochromatic Colors of #6451EC
Black with #6451EC
Text Example
Text Example
White with #6451EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6451EC; }
p { color: rgb(100,81,236); }
H1.HeaderClassName
{
color: #6451EC;
}
.AnyTagClassName
{
color: #6451EC;
}
</style>
background-color css
<style>
a { background-color: #6451EC; }
a { background-color: rgb(100,81,236); }
div.DivClassName
{
background-color: #6451EC;
}
.BgClassName
{
background-color: #6451EC;
}
</style>
border-color css
<style>
span { border-color: #6451EC; }
span { border-color: rgb(100,81,236); }
td.TdClassName
{
border-color: #6451EC;
}
.TagClassName
{
border-color: #6451EC;
}
</style>