Shades of Neon Blue #6450EC
Tints of Neon Blue #6450EC
RGB
CMYK
RGB Variations
Color information
#6450EC (or 0x6450EC) is known color: Neon Blue. HEX triplet: 64, 50 and EC. RGB value is (100,80,236). Sum of RGB (Red+Green+Blue) = 100+80+236=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #6450EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6450EC is #9BAF13. Grayscale: #676767. Windows color (decimal): -10202900 or 15487076. OLE color: 15487076.
HSL color Cylindrical-coordinate representation of color #6450EC: hue angle of 247.69º 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 #6450EC is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 80 | 236 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.07 |
| HSL | 247.69º | 0.8% | 0.62% | - |
| HSV(B) | 247.69º | 0.66% | 0.93% | - |
| XYZ | 23.26 | 14.5 | 80.93 | - |
| YUV | 103.76 | 202.63 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 236 | 0.58 | 0.66 | 0 | 0.07 | 247.69 | 0.8 | 0.62 |
| Hex | 64 | 50 | EC | 3A | 42 | 0 | 7 | F8 | 50 | 3E |
| Octal | 144 | 120 | 354 | 72 | 102 | 0 | 7 | 370 | 120 | 76 |
| Binary | 1100100 | 1010000 | 11101100 | 111010 | 1000010 | 0 | 111 | 11111000 | 1010000 | 111110 |
Color Harmonies of #6450EC
Complementary color
Monochromatic Colors of #6450EC
Black with #6450EC
Text Example
Text Example
White with #6450EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6450EC; }
p { color: rgb(100,80,236); }
H1.HeaderClassName
{
color: #6450EC;
}
.AnyTagClassName
{
color: #6450EC;
}
</style>
background-color css
<style>
a { background-color: #6450EC; }
a { background-color: rgb(100,80,236); }
div.DivClassName
{
background-color: #6450EC;
}
.BgClassName
{
background-color: #6450EC;
}
</style>
border-color css
<style>
span { border-color: #6450EC; }
span { border-color: rgb(100,80,236); }
td.TdClassName
{
border-color: #6450EC;
}
.TagClassName
{
border-color: #6450EC;
}
</style>