Shades of Neon Blue #6450ED
Tints of Neon Blue #6450ED
RGB
CMYK
RGB Variations
Color information
#6450ED (or 0x6450ED) is known color: Neon Blue. HEX triplet: 64, 50 and ED. RGB value is (100,80,237). Sum of RGB (Red+Green+Blue) = 100+80+237=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #6450ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6450ED is #9BAF12. Grayscale: #676767. Windows color (decimal): -10202899 or 15552612. OLE color: 15552612.
HSL color Cylindrical-coordinate representation of color #6450ED: hue angle of 247.64º degrees, saturation: 0.81, 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 #6450ED is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 80 | 237 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.07 |
| HSL | 247.64º | 0.81% | 0.62% | - |
| HSV(B) | 247.64º | 0.66% | 0.93% | - |
| XYZ | 23.41 | 14.56 | 81.7 | - |
| YUV | 103.88 | 203.13 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 237 | 0.58 | 0.66 | 0 | 0.07 | 247.64 | 0.81 | 0.62 |
| Hex | 64 | 50 | ED | 3A | 42 | 0 | 7 | F8 | 51 | 3E |
| Octal | 144 | 120 | 355 | 72 | 102 | 0 | 7 | 370 | 121 | 76 |
| Binary | 1100100 | 1010000 | 11101101 | 111010 | 1000010 | 0 | 111 | 11111000 | 1010001 | 111110 |
Color Harmonies of #6450ED
Complementary color
Monochromatic Colors of #6450ED
Black with #6450ED
Text Example
Text Example
White with #6450ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6450ED; }
p { color: rgb(100,80,237); }
H1.HeaderClassName
{
color: #6450ED;
}
.AnyTagClassName
{
color: #6450ED;
}
</style>
background-color css
<style>
a { background-color: #6450ED; }
a { background-color: rgb(100,80,237); }
div.DivClassName
{
background-color: #6450ED;
}
.BgClassName
{
background-color: #6450ED;
}
</style>
border-color css
<style>
span { border-color: #6450ED; }
span { border-color: rgb(100,80,237); }
td.TdClassName
{
border-color: #6450ED;
}
.TagClassName
{
border-color: #6450ED;
}
</style>