Shades of Neon Blue #6650FF
Tints of Neon Blue #6650FF
RGB
CMYK
RGB Variations
Color information
#6650FF (or 0x6650FF) is known color: Neon Blue. HEX triplet: 66, 50 and FF. RGB value is (102,80,255). Sum of RGB (Red+Green+Blue) = 102+80+255=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #6650FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6650FF is #99AF00. Grayscale: #696969. Windows color (decimal): -10071809 or 16732262. OLE color: 16732262.
HSL color Cylindrical-coordinate representation of color #6650FF: hue angle of 247.54º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6650FF is Cyan = 0.6, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 80 | 255 | - |
| CMYK | 0.6 | 0.69 | 0 | 0 |
| HSL | 247.54º | 1% | 0.66% | - |
| HSV(B) | 247.54º | 0.69% | 1% | - |
| XYZ | 26.4 | 15.78 | 96.26 | - |
| YUV | 106.53 | 211.79 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 255 | 0.6 | 0.69 | 0 | 0 | 247.54 | 1 | 0.66 |
| Hex | 66 | 50 | FF | 3C | 45 | 0 | 0 | F8 | 64 | 42 |
| Octal | 146 | 120 | 377 | 74 | 105 | 0 | 0 | 370 | 144 | 102 |
| Binary | 1100110 | 1010000 | 11111111 | 111100 | 1000101 | 0 | 0 | 11111000 | 1100100 | 1000010 |
Color Harmonies of #6650FF
Complementary color
Monochromatic Colors of #6650FF
Black with #6650FF
Text Example
Text Example
White with #6650FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6650FF; }
p { color: rgb(102,80,255); }
H1.HeaderClassName
{
color: #6650FF;
}
.AnyTagClassName
{
color: #6650FF;
}
</style>
background-color css
<style>
a { background-color: #6650FF; }
a { background-color: rgb(102,80,255); }
div.DivClassName
{
background-color: #6650FF;
}
.BgClassName
{
background-color: #6650FF;
}
</style>
border-color css
<style>
span { border-color: #6650FF; }
span { border-color: rgb(102,80,255); }
td.TdClassName
{
border-color: #6650FF;
}
.TagClassName
{
border-color: #6650FF;
}
</style>